diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-23 17:14:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-23 17:14:22 +0800 |
commit | 021dd427e400c5b0be873975f8f337afd2e2f2c3 (patch) | |
tree | 695f24bd95c2276143da4278e2cf3d75db2910ae /misc | |
parent | a8644e68e17a195da34369db2020d8ec982f427d (diff) | |
download | freebsd-ports-gnome-021dd427e400c5b0be873975f8f337afd2e2f2c3.tar.gz freebsd-ports-gnome-021dd427e400c5b0be873975f8f337afd2e2f2c3.tar.zst freebsd-ports-gnome-021dd427e400c5b0be873975f8f337afd2e2f2c3.zip |
Add capplet.4 into list of LIB_DEPENDS.
Submitted by: bento
Diffstat (limited to 'misc')
-rw-r--r-- | misc/grdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/grdb/Makefile b/misc/grdb/Makefile index 1d7f27844600..e65150f155ad 100644 --- a/misc/grdb/Makefile +++ b/misc/grdb/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ ${GNOME_DEPENDS} .if !defined(WITHOUT_GNOME) -GNOME_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs +GNOME_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ + capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter .endif USE_X_PREFIX= yes |