diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 21:39:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 21:39:57 +0000 |
commit | cff8f03e53c680a641ef3d7e320e8b4477b09788 (patch) | |
tree | 4f5938ed3e4b8b9953078bb0fdaa43c320c157c8 | |
parent | edb6c267f34ab2b4512ffcb5ab7c2c7b4af035a5 (diff) |
Add missing dependency on libglade.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=76758
-rw-r--r-- | devel/anjuta-devel/Makefile | 3 | ||||
-rw-r--r-- | devel/anjuta/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/anjuta-devel/Makefile b/devel/anjuta-devel/Makefile index 4d2ad18cdb68..51b7839f846b 100644 --- a/devel/anjuta-devel/Makefile +++ b/devel/anjuta-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= anjuta PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= anjuta @@ -19,7 +20,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 gdkpixbuf +USE_GNOME= gnomeprefix gnomehack gnomevfs gnomeprint gdkpixbuf libglade USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 4d2ad18cdb68..51b7839f846b 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -7,6 +7,7 @@ PORTNAME= anjuta PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= anjuta @@ -19,7 +20,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 gdkpixbuf +USE_GNOME= gnomeprefix gnomehack gnomevfs gnomeprint gdkpixbuf libglade USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |