diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-24 06:35:08 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-24 06:35:08 +0000 |
commit | 501514f79da96641532eb665a80380e25a4055ca (patch) | |
tree | c85458c487314d513270747dfa8f6009641762b8 /textproc | |
parent | bb6e68b0a992a08e7329f4f63c37c6fc0308b6d4 (diff) | |
download | FreeBSD-ports-501514f79da96641532eb665a80380e25a4055ca.zip FreeBSD-ports-501514f79da96641532eb665a80380e25a4055ca.tar.gz |
Add missing dependency on libcapplet.
Submitted by: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-spell/Makefile | 2 | ||||
-rw-r--r-- | textproc/gnomespell-devel/Makefile | 2 | ||||
-rw-r--r-- | textproc/gnomespell/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 2311e90..ecac3ec 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack libglade gal +USE_GNOME= gnomeprefix gnomehack libglade gal libcapplet USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/gnomespell-devel/Makefile b/textproc/gnomespell-devel/Makefile index 2311e90..ecac3ec 100644 --- a/textproc/gnomespell-devel/Makefile +++ b/textproc/gnomespell-devel/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack libglade gal +USE_GNOME= gnomeprefix gnomehack libglade gal libcapplet USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/gnomespell/Makefile b/textproc/gnomespell/Makefile index 2311e90..ecac3ec 100644 --- a/textproc/gnomespell/Makefile +++ b/textproc/gnomespell/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack libglade gal +USE_GNOME= gnomeprefix gnomehack libglade gal libcapplet USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |