aboutsummaryrefslogtreecommitdiff
path: root/audio/snd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-09 21:20:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-09 21:20:28 +0000
commitfd681870b3bb8669124d438d26d8167aa8935d58 (patch)
treed5136ee01920150380e299c124e138e27707f264 /audio/snd
parentbb66f61ae3c43467b45c5bab34589a822fbcb1cc (diff)
downloadports-fd681870b3bb8669124d438d26d8167aa8935d58.tar.gz
ports-fd681870b3bb8669124d438d26d8167aa8935d58.zip
Convert from USE_MOTIF to USES=motif
While here: Convert to USES=gmake as well Trim headers
Notes
Notes: svn path=/head/; revision=322579
Diffstat (limited to 'audio/snd')
-rw-r--r--audio/snd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 3ff7ea4dcd8d..db975be103b3 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -29,7 +29,7 @@ CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${ARCH} == "sparc64"
BROKEN= does not compile on sparc64
@@ -65,7 +65,7 @@ USE_GNOME+= gtk20
CONFIGURE_ARGS+= --with-gtk
.endif
.if ${PORT_OPTIONS:MMOTIF}
-USE_MOTIF= yes
+USES+= motif
CONFIGURE_ARGS+= --with-motif
.endif
@@ -108,4 +108,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/DotEmacs ${EXAMPLESDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>