diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-08 00:23:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-08 00:23:58 +0000 |
commit | 755993508ecf82c173f70c18c9d8d8e062a47b41 (patch) | |
tree | 04c26b62d86855817927c510153865287dbf878a | |
parent | Mark this port BROKEN pending a vendor update. (diff) |
Add a missing dependency on libglade2.
Notes
Notes:
svn path=/head/; revision=245363
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 1380f5c52f7f..4e8cd2e88d65 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -8,7 +8,7 @@ PORTNAME= abiword-plugins PORTVERSION= 2.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -23,7 +23,7 @@ BUILD_DEPENDS= abiword:${PORTSDIR}/editors/abiword RUN_DEPENDS= abiword:${PORTSDIR}/editors/abiword USE_GMAKE= yes -USE_GNOME= gnometarget gtk20 +USE_GNOME= gnometarget gtk20 libglade2 WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |