summaryrefslogtreecommitdiff
path: root/audio/timidity++
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/timidity++
parentConvert to USES=motif (diff)
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/timidity++')
-rw-r--r--audio/timidity++/Makefile6
-rw-r--r--audio/timidity++/Makefile.interface2
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile
index 58ab81710ff5..9891dde47240 100644
--- a/audio/timidity++/Makefile
+++ b/audio/timidity++/Makefile
@@ -19,9 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/share/timidity/timidity.cfg:${PORTSDIR}/audio/eawpats
CONFLICTS= timidity-0.*
.endif
+USES= gmake
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
@@ -43,7 +43,7 @@ LDFLAGS+= -export-dynamic
DOCFILES= README.alsaseq README.dl README.m2m README.mts README.sf
DOCLANG= C ja_JP.eucJP
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
MANLANG= "" ja
MAN1= timidity.1
@@ -89,4 +89,4 @@ post-install::
@${CAT} ${PKGMESSAGE}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/audio/timidity++/Makefile.interface b/audio/timidity++/Makefile.interface
index f8c81cd18e00..63aafe0ee597 100644
--- a/audio/timidity++/Makefile.interface
+++ b/audio/timidity++/Makefile.interface
@@ -47,7 +47,7 @@ USE_GNOME= gtk12
.if ${INTERFACE} == "motif"
LINK= xmmidi
-USE_MOTIF= yes
+USES+= motif
CONFIGURE_ENV+= MOTIFLIB="${MOTIFLIB}"
.endif