diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 03:34:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 03:34:30 +0000 |
commit | 8af77f317e49addd4ca13dd4d284df2bbe6e483c (patch) | |
tree | a051e3a4adea1968dc44000868be109e4763bf39 /audio | |
parent | 043ab963749b562881463a81041daddd0da21e6b (diff) | |
download | ports-8af77f317e49addd4ca13dd4d284df2bbe6e483c.tar.gz ports-8af77f317e49addd4ca13dd4d284df2bbe6e483c.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mixer.app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile index ef1af13b6ac8..4c8d16ea7bd3 100644 --- a/audio/mixer.app/Makefile +++ b/audio/mixer.app/Makefile @@ -14,14 +14,14 @@ DISTNAME= Mixer.app-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Another mixer intended for the windowmaker dockapp +USE_XPM= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 BROKEN= "Does not compile on FreeBSD ${OSVERSION}" .endif -USE_XPM= yes - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin |