diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-11 16:31:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-11 16:31:40 +0000 |
commit | 50f8a248b608de00dea20a1eacbbb8ba48b4f7a8 (patch) | |
tree | ea7f0c5f87ddf92f89248a4ada435f2824cb1bd4 /devel | |
parent | 075c1c6a33a5d652fef2ee11f4e6310f031855a2 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/anjuta-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/anjuta-devel/Makefile b/devel/anjuta-devel/Makefile index 28e60d5bccc1..befea91f817a 100644 --- a/devel/anjuta-devel/Makefile +++ b/devel/anjuta-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= anjuta PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= anjuta @@ -20,7 +20,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre NO_LATEST_LINK= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomeui vte libzvt +USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte libzvt USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |