aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-06 15:55:25 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-06 15:55:25 +0800
commit6bc2c5abb58d8a38a3be3319ff45b67b99b4fd33 (patch)
tree2e6737ed803d859a38d0be3bdd339397fe5e9de5
parent1988ebc847d385003fa0aae11508733accfd721a (diff)
downloadfreebsd-ports-gnome-6bc2c5abb58d8a38a3be3319ff45b67b99b4fd33.tar.gz
freebsd-ports-gnome-6bc2c5abb58d8a38a3be3319ff45b67b99b4fd33.tar.zst
freebsd-ports-gnome-6bc2c5abb58d8a38a3be3319ff45b67b99b4fd33.zip
Add windowmaker to the RUN_DEPENDS to ensure correct install/deinstall order
and stop bento's "Extra" warnings. Submitted by: bento
-rw-r--r--audio/wsoundprefs/Makefile1
-rw-r--r--audio/wsoundserver/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile
index 93d8219029c1..6bec16486859 100644
--- a/audio/wsoundprefs/Makefile
+++ b/audio/wsoundprefs/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
wsound.1:${PORTSDIR}/audio/wsoundserver
+RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
USE_IMAKE= yes
NO_INSTALL_MANPAGES=yes
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile
index 372c5b4daad5..c588aefe678d 100644
--- a/audio/wsoundserver/Makefile
+++ b/audio/wsoundserver/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
audiofile.0:${PORTSDIR}/audio/libaudiofile \
dockapp.1:${PORTSDIR}/x11-wm/libdockapp \
${ESD_DEPENDS}
+RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
USE_X_PREFIX= yes
GNU_CONFIGURE= yes