aboutsummaryrefslogtreecommitdiff
path: root/audio/xmixer
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 13:41:49 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 13:41:49 +0000
commit1b2c16cde745fe43f7e4ba8c0b6ae7daa1dd4367 (patch)
tree32a6dffe2d26304892c4cec30a1f32af0cf4be93 /audio/xmixer
parent5577d18b3fd5223a8a0bd7ca4678ba644bdbcd62 (diff)
downloadports-1b2c16cde745fe43f7e4ba8c0b6ae7daa1dd4367.tar.gz
ports-1b2c16cde745fe43f7e4ba8c0b6ae7daa1dd4367.zip
Notes
Diffstat (limited to 'audio/xmixer')
-rw-r--r--audio/xmixer/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/xmixer/Makefile b/audio/xmixer/Makefile
index f80522d7afb5..aea657fcbf48 100644
--- a/audio/xmixer/Makefile
+++ b/audio/xmixer/Makefile
@@ -19,9 +19,11 @@ ALL_TARGET= ${PROGRAMS}
PLIST_FILES= bin/xmixer \
man/man1/xmixer.1.gz
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= GTK1
-.if ${HAVE_GNOME:Mgtk12}!=""
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MGTK1}
USE_GNOME+= gtk12
PROGRAMS= xmixer xgmixer
MLINKS+= xmixer.1 xgmixer.1
@@ -46,4 +48,4 @@ do-install:
.endfor
${INSTALL_MAN} ${WRKSRC}/xmixer.man ${STAGEDIR}${MAN1PREFIX}/man/man1/xmixer.1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>