diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2014-03-21 08:15:26 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2014-03-21 08:15:26 +0000 |
commit | 9b588a49ffbc9a4e0bf5324b301c1f1295bb3cc0 (patch) | |
tree | 5784c90fb8b046a61ebdfd58acb06301370705a7 /databases/postgresql84-contrib | |
parent | 1992bca13eda4f1aa01cec4e29c9276421f3109d (diff) | |
download | ports-9b588a49ffbc9a4e0bf5324b301c1f1295bb3cc0.tar.gz ports-9b588a49ffbc9a4e0bf5324b301c1f1295bb3cc0.zip |
Fix mistake with ossp-uuid: don't use --with-ossp-uuid, since it will need
the ossp library present, and then we never use it.
Notes
Notes:
svn path=/head/; revision=348732
Diffstat (limited to 'databases/postgresql84-contrib')
-rw-r--r-- | databases/postgresql84-contrib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql84-contrib/Makefile b/databases/postgresql84-contrib/Makefile index e5afacf001ac..4375c8544c03 100644 --- a/databases/postgresql84-contrib/Makefile +++ b/databases/postgresql84-contrib/Makefile @@ -23,7 +23,7 @@ INSTALL_DIRS= contrib SLAVE_ONLY= yes COMPONENT= -contrib -CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl --with-ossp-uuid +CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl post-install: @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/contrib/README |