diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-10 00:09:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-10 00:09:41 +0000 |
commit | fcf39b8fdb7b7b49d45a435b1885af432f451b61 (patch) | |
tree | ca725bf7e8c5dd2625109cf24f2084d8f5ead10d | |
parent | Unbreake by using USE_GCC= 3.2 (diff) |
Add a missing dependency on libgnomeui.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=80570
-rw-r--r-- | textproc/gnomespell-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gnomespell-devel/Makefile b/textproc/gnomespell-devel/Makefile index c91f6eb4144d..ad0118b7c112 100644 --- a/textproc/gnomespell-devel/Makefile +++ b/textproc/gnomespell-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomespell PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-spell/1.0 @@ -23,7 +24,7 @@ NO_LATEST_LINK= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libbonoboui +USE_GNOME= gnomeprefix gnomehack libgnomeui USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |