diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-29 11:34:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-29 11:34:30 +0800 |
commit | c38a12a3308743e47d1eddc109b9824fccdecb70 (patch) | |
tree | 1157d609472bb1b84d999cf03cda1f71885f7cb3 /audio/mixer.app | |
parent | ef561a264a9e0d5d3a69e79c06d051f82f6cbac8 (diff) | |
download | freebsd-ports-gnome-c38a12a3308743e47d1eddc109b9824fccdecb70.tar.gz freebsd-ports-gnome-c38a12a3308743e47d1eddc109b9824fccdecb70.tar.zst freebsd-ports-gnome-c38a12a3308743e47d1eddc109b9824fccdecb70.zip |
Move inclusion of bsd.port.pre.mk after definition of all variables.
Diffstat (limited to 'audio/mixer.app')
-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 |