diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:20:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:20:28 +0000 |
commit | fd681870b3bb8669124d438d26d8167aa8935d58 (patch) | |
tree | d5136ee01920150380e299c124e138e27707f264 /audio/snd | |
parent | bb66f61ae3c43467b45c5bab34589a822fbcb1cc (diff) |
Notes
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 6 |
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> |