diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 01:59:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 01:59:03 +0000 |
commit | 18090c52b6df50401fd05730191306f736e5d8c8 (patch) | |
tree | 8b31f410a2a92d912451a459071848a2aecb298a /devel | |
parent | sysutils/msyslog needs perl to configure, -> USE_PERL5=yes (diff) |
gdkpixbuf is also needed here.
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes
Notes:
svn path=/head/; revision=70220
Diffstat (limited to 'devel')
-rw-r--r-- | devel/anjuta-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/anjuta/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/anjuta-devel/Makefile b/devel/anjuta-devel/Makefile index 2d8d6200c7d1..dc22548dd807 100644 --- a/devel/anjuta-devel/Makefile +++ b/devel/anjuta-devel/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomevfs gnomeprint +USE_GNOME= gnomeprefix gnomehack gnomevfs gnomeprint gdkpixbuf USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 2d8d6200c7d1..dc22548dd807 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomevfs gnomeprint +USE_GNOME= gnomeprefix gnomehack gnomevfs gnomeprint gdkpixbuf USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |