diff options
author | pav <pav@FreeBSD.org> | 2011-08-08 01:42:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-08-08 01:42:33 +0800 |
commit | a8c45a5e5c7859ab8887f76bcd3477594debe488 (patch) | |
tree | 6888b834a679cf1883c3262d4ae89b060396878e /databases/postgresql91-server | |
parent | f36f9e279f784abd6e7a82652480c9d9b80feacb (diff) | |
download | freebsd-ports-gnome-a8c45a5e5c7859ab8887f76bcd3477594debe488.tar.gz freebsd-ports-gnome-a8c45a5e5c7859ab8887f76bcd3477594debe488.tar.zst freebsd-ports-gnome-a8c45a5e5c7859ab8887f76bcd3477594debe488.zip |
- Make those OPTIONS actually working at all
Reported by: pointyhat
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r-- | databases/postgresql91-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 330e32458814..ce44cfe3c658 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -90,8 +90,6 @@ USE_OPENSSL= yes CONFIGURE_ARGS+=--with-openssl .endif -.include <bsd.port.pre.mk> - .if !defined(SLAVE_ONLY) OPTIONS+= DTRACE "Build with DTrace probes (server only)" off OPTIONS+= PAM "Build with PAM support (server only)" off @@ -120,6 +118,8 @@ OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" on #EXTRA_PATCHES+= ${FILESDIR}/extra-patch-icu4 #. endif +.include <bsd.port.pre.mk> + PATCH_DIST_STRIP=-p1 . if defined(WITH_DTRACE) |