diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-08 00:54:07 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-08 00:54:07 +0000 |
commit | 5d6a456c0270c112ec9aab1b5a9d88aa8ca3087d (patch) | |
tree | ba6650e615c642ad1a02fa3b07c9f0a09eab0f67 /devel/atlas/Makefile | |
parent | 6368aa495d90168aad250057c6a1886ff83f6333 (diff) | |
download | ports-5d6a456c0270c112ec9aab1b5a9d88aa8ca3087d.tar.gz ports-5d6a456c0270c112ec9aab1b5a9d88aa8ca3087d.zip |
Notes
Diffstat (limited to 'devel/atlas/Makefile')
-rw-r--r-- | devel/atlas/Makefile | 6 |
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) |