diff options
author | asami <asami@FreeBSD.org> | 1999-01-28 18:14:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-28 18:14:03 +0800 |
commit | c3d011d125be51a0bbf25c76bf59a821353b8927 (patch) | |
tree | b92102f927d4d614afe5aa8be12c6d57c4e7a3d8 /audio/wsoundprefs/Makefile | |
parent | a1502c4e1eb6365dc85c8ca0994cb7fb7fcaff67 (diff) | |
download | freebsd-ports-graphics-c3d011d125be51a0bbf25c76bf59a821353b8927.tar.gz freebsd-ports-graphics-c3d011d125be51a0bbf25c76bf59a821353b8927.tar.zst freebsd-ports-graphics-c3d011d125be51a0bbf25c76bf59a821353b8927.zip |
Fix dependency definition so this port depends on windowmaker.
Diffstat (limited to 'audio/wsoundprefs/Makefile')
-rw-r--r-- | audio/wsoundprefs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile index 0e926f9d1e1..d3612793511 100644 --- a/audio/wsoundprefs/Makefile +++ b/audio/wsoundprefs/Makefile @@ -3,7 +3,7 @@ # Date created: 12 December 1998 # Whom: gljohns@bellsouth.net # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/01/26 03:10:52 steve Exp $ # DISTNAME= WSoundPrefs-0.9.1 @@ -12,8 +12,8 @@ MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ MAINTAINER= gljohns@bellsouth.net -BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker -BUILD_DEPENDS= wmsound:${PORTSDIR}/audio/wmsound +BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker \ + wmsound:${PORTSDIR}/audio/wmsound USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |