diff options
author | jim <jim@FreeBSD.org> | 1999-12-10 04:45:34 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-12-10 04:45:34 +0800 |
commit | ef969e8afcd931725d719edb308aa1c089ac8026 (patch) | |
tree | 9ec395671350ea3b72bae4cc3164fe6ae352b85c | |
parent | 5018886509df164697ea958350c7683aa739d793 (diff) | |
download | freebsd-ports-gnome-ef969e8afcd931725d719edb308aa1c089ac8026.tar.gz freebsd-ports-gnome-ef969e8afcd931725d719edb308aa1c089ac8026.tar.zst freebsd-ports-gnome-ef969e8afcd931725d719edb308aa1c089ac8026.zip |
Add a LIB_DEPENDS on imlib and a RUN_DEPENDS on weblint.
Submitted by: vanilla
-rw-r--r-- | www/bluefish/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 8b196bd6b4a4..1f46ea05aa81 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -14,7 +14,9 @@ MASTER_SITES= http://bluefish.linuxbox.com/download/ \ MAINTAINER= jim@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + gdk_imlib.5:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |