diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-24 14:35:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-24 14:35:08 +0800 |
commit | 501514f79da96641532eb665a80380e25a4055ca (patch) | |
tree | c85458c487314d513270747dfa8f6009641762b8 /textproc/gnomespell | |
parent | bb6e68b0a992a08e7329f4f63c37c6fc0308b6d4 (diff) | |
download | freebsd-ports-gnome-501514f79da96641532eb665a80380e25a4055ca.tar.gz freebsd-ports-gnome-501514f79da96641532eb665a80380e25a4055ca.tar.zst freebsd-ports-gnome-501514f79da96641532eb665a80380e25a4055ca.zip |
Add missing dependency on libcapplet.
Submitted by: bento
Diffstat (limited to 'textproc/gnomespell')
-rw-r--r-- | textproc/gnomespell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gnomespell/Makefile b/textproc/gnomespell/Makefile index 2311e909f528..ecac3ec99a50 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" \ |