diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-28 10:14:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-28 10:14:03 +0000 |
commit | c4d11b199b720fdf468cd4fc105e54181d649d99 (patch) | |
tree | fbd8d2b54af1428b60161adec46f0c3d850fe492 /audio/wsoundprefs | |
parent | ea502b1bf41e1a4166e764e4d97ef4b8ade4dbb8 (diff) | |
download | ports-c4d11b199b720fdf468cd4fc105e54181d649d99.tar.gz ports-c4d11b199b720fdf468cd4fc105e54181d649d99.zip |
Notes
Diffstat (limited to 'audio/wsoundprefs')
-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 0e926f9d1e1f..d36127935119 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 |