aboutsummaryrefslogtreecommitdiff
path: root/devel/atlas
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-05-08 00:54:07 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-05-08 00:54:07 +0000
commit5d6a456c0270c112ec9aab1b5a9d88aa8ca3087d (patch)
treeba6650e615c642ad1a02fa3b07c9f0a09eab0f67 /devel/atlas
parent6368aa495d90168aad250057c6a1886ff83f6333 (diff)
downloadports-5d6a456c0270c112ec9aab1b5a9d88aa8ca3087d.tar.gz
ports-5d6a456c0270c112ec9aab1b5a9d88aa8ca3087d.zip
use gnomehack instead of own REINPLACE_CMD to fix the pkgconfig location
USE_GCC=3.4 to fix build on 4
Notes
Notes: svn path=/head/; revision=134821
Diffstat (limited to 'devel/atlas')
-rw-r--r--devel/atlas/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/atlas/Makefile b/devel/atlas/Makefile
index 20d999467182..039dd7f12017 100644
--- a/devel/atlas/Makefile
+++ b/devel/atlas/Makefile
@@ -20,12 +20,12 @@ USE_REINPLACE= YES
USE_LIBTOOL_VER=15
GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
+USE_GCC= 3.4
USE_BZIP2= YES
+USE_GNOME= gnomehack
post-patch:
- @${REINPLACE_CMD} -e 's| install-docDATA | |g;\
- s|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's| install-docDATA | |g' ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)