diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-03 20:30:01 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-03 20:30:01 +0800 |
commit | 7d6218c1bd47d59155fe7ead78d4661edc52248d (patch) | |
tree | 8b43f9290250bb07a40973b9668ec07f24e368c2 /audio | |
parent | 764812737fc2227880fefa4cd78e82dce8fd11e3 (diff) | |
download | freebsd-ports-gnome-7d6218c1bd47d59155fe7ead78d4661edc52248d.tar.gz freebsd-ports-gnome-7d6218c1bd47d59155fe7ead78d4661edc52248d.tar.zst freebsd-ports-gnome-7d6218c1bd47d59155fe7ead78d4661edc52248d.zip |
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')
-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 e5fc647e3238..fc622c171a01 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 |