diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-03 12:30:01 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-03 12:30:01 +0000 |
commit | 7d6218c1bd47d59155fe7ead78d4661edc52248d (patch) | |
tree | 8b43f9290250bb07a40973b9668ec07f24e368c2 /audio/yamt | |
parent | 764812737fc2227880fefa4cd78e82dce8fd11e3 (diff) | |
download | FreeBSD-ports-7d6218c1bd47d59155fe7ead78d4661edc52248d.zip FreeBSD-ports-7d6218c1bd47d59155fe7ead78d4661edc52248d.tar.gz |
Add RUN_DEPENDS on gnomecontrolcenter to properly
remove share/gnome directory.
PR: 19666
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Diffstat (limited to 'audio/yamt')
-rw-r--r-- | audio/yamt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/yamt/Makefile b/audio/yamt/Makefile index e5fc647..fc622c1 100644 --- a/audio/yamt/Makefile +++ b/audio/yamt/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dima@Chg.RU LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |