diff options
author | oliver <oliver@FreeBSD.org> | 2005-05-08 08:54:07 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-05-08 08:54:07 +0800 |
commit | dbf1f3d13f34491635da15fdc3bc5d8dbc626dab (patch) | |
tree | 82ae5fb12e0c88451388ebd442b6353268ec5e29 /devel/atlas | |
parent | 515223e21bc9dc6419ab7e943742cbe8f3fce308 (diff) | |
download | freebsd-ports-gnome-dbf1f3d13f34491635da15fdc3bc5d8dbc626dab.tar.gz freebsd-ports-gnome-dbf1f3d13f34491635da15fdc3bc5d8dbc626dab.tar.zst freebsd-ports-gnome-dbf1f3d13f34491635da15fdc3bc5d8dbc626dab.zip |
use gnomehack instead of own REINPLACE_CMD to fix the pkgconfig location
USE_GCC=3.4 to fix build on 4
Diffstat (limited to 'devel/atlas')
-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) |