diff options
-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) |