diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-06 07:55:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-06 07:55:25 +0000 |
commit | d3db88d18f4e7ab0a046023431418de48ab16545 (patch) | |
tree | f09088c63f4c855fa31f42cbabcfc62a7f3949b0 /audio | |
parent | b86ff5b363cb76026b7626df5ea0e1050587900e (diff) | |
download | ports-d3db88d18f4e7ab0a046023431418de48ab16545.tar.gz ports-d3db88d18f4e7ab0a046023431418de48ab16545.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wsoundprefs/Makefile | 1 | ||||
-rw-r--r-- | audio/wsoundserver/Makefile | 1 |
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 |