diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-03 20:30:01 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-03 20:30:01 +0800 |
commit | e4526de6f13f9e02298194c1dcb6d7eb448f77d6 (patch) | |
tree | a9cf729586dd3eebf1197667b72da5482f31be7a /audio | |
parent | 85b90d14babe2e9824bd8539f04d494845d86ee1 (diff) | |
download | freebsd-ports-gnome-e4526de6f13f9e02298194c1dcb6d7eb448f77d6.tar.gz freebsd-ports-gnome-e4526de6f13f9e02298194c1dcb6d7eb448f77d6.tar.zst freebsd-ports-gnome-e4526de6f13f9e02298194c1dcb6d7eb448f77d6.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 |