diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-13 08:41:49 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-13 08:41:49 +0000 |
commit | a8f45a1c449c8a3427da7e129cf13b260fdfd656 (patch) | |
tree | 40bba80d02b7121ee7b58b022d863edd243a0c22 /editors | |
parent | cb25c85ea12e23113411bca3aae0bc8e36e8a1cc (diff) | |
download | FreeBSD-ports-a8f45a1c449c8a3427da7e129cf13b260fdfd656.zip FreeBSD-ports-a8f45a1c449c8a3427da7e129cf13b260fdfd656.tar.gz |
Add gnomecore into RUN_DEPENDS to ensure correct removal of share/gnome.
Submitted by: bento
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnotepad+/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 1addd79..aec1a42 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -18,6 +18,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= brett@peloton.runet.edu LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |