diff options
author | ade <ade@FreeBSD.org> | 2000-02-26 02:25:37 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-26 02:25:37 +0800 |
commit | 36cdab63194eba19058351c22bf57974aa996e37 (patch) | |
tree | 168e1fb2d4f71aaee51f9824b9495290f6330ec2 /graphics/gnofract4d/Makefile | |
parent | 39ce4c52389a516c283326cdd13d9faf20406493 (diff) | |
download | freebsd-ports-gnome-36cdab63194eba19058351c22bf57974aa996e37.tar.gz freebsd-ports-gnome-36cdab63194eba19058351c22bf57974aa996e37.tar.zst freebsd-ports-gnome-36cdab63194eba19058351c22bf57974aa996e37.zip |
Update to 1.2
PR: 16850
Submitted by: maintainer
Diffstat (limited to 'graphics/gnofract4d/Makefile')
-rw-r--r-- | graphics/gnofract4d/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index 71cbeaf838a1..19ce896ec459 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -1,24 +1,25 @@ # New ports collection makefile for: gnofract4d -# Version required: 1.0 +# Version required: 1.2 # Date created: 30 Dec 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= gnofract4d-1.0 +DISTNAME= gnofract4d-1.2 CATEGORIES= graphics MASTER_SITES= http://download.sourceforge.net/gnofract4d/ MAINTAINER= andrews@technologist.com -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - gnomeui.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} +CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} \ + CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+=--datadir=${PREFIX}/share USE_NEWGCC= yes |