diff --git a/dports/databases/postgresql92/Portfile b/dports/databases/postgresql92/Portfile
index 2bb54e3..56e528e 100644
a
|
b
|
platform darwin 12 { |
90 | 90 | patchfiles-append postgresql-uuid-ossp.patch |
91 | 91 | } |
92 | 92 | |
| 93 | platform darwin 13 { |
| 94 | patchfiles-append postgresql-uuid-ossp.patch |
| 95 | } |
| 96 | |
93 | 97 | set contribs "adminpack auto_explain dblink file_fdw fuzzystrmatch hstore lo ltree oid2name pageinspect pg_archivecleanup pg_buffercache pg_freespacemap pg_standby pg_stat_statements pg_trgm pg_upgrade pg_upgrade_support pgcrypto pgrowlocks pgstattuple tablefunc uuid-ossp vacuumlo" |
94 | 98 | |
95 | 99 | post-build { |