diff options
author | John Marino <marino@FreeBSD.org> | 2016-12-18 00:57:19 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-12-18 00:57:19 +0000 |
commit | 378018de27fb7db6b37b8aa4b90502e4e8a9488b (patch) | |
tree | 62678474406dff5dee0cea3aab180f064bda94e3 | |
parent | f1a65313c486c39f1b589338f9ec3b29f50a2e53 (diff) | |
download | ports-378018de27fb7db6b37b8aa4b90502e4e8a9488b.tar.gz ports-378018de27fb7db6b37b8aa4b90502e4e8a9488b.zip |
Notes
-rw-r--r-- | audio/rioutil/Makefile | 2 | ||||
-rw-r--r-- | audio/rosegarden/Makefile | 4 | ||||
-rw-r--r-- | audio/s3mod/Makefile | 1 | ||||
-rw-r--r-- | audio/zinf/Makefile | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index a65eff9432e9..0468d8df967c 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -13,7 +13,7 @@ COMMENT= Program to interface with the Rio600, Rio800, and psa[play devices LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool +USES= alias autoreconf gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index 924819650782..61f3e984f6b8 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -23,8 +23,8 @@ RUN_DEPENDS= dssi_osc_update:audio/dssi \ xdg-open:devel/xdg-utils \ lilypond:print/lilypond -USES= cmake:outsource desktop-file-utils pkgconfig shared-mime-info \ - tar:bzip2 +USES= alias cmake:outsource desktop-file-utils pkgconfig \ + shared-mime-info tar:bzip2 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile index 453dd517b62b..78ea8f34ca50 100644 --- a/audio/s3mod/Makefile +++ b/audio/s3mod/Makefile @@ -11,6 +11,7 @@ MASTER_SITES= SUNSITE/apps/sound/players MAINTAINER= ports@FreeBSD.org COMMENT= MOD/S3M player +USES= alias ALL_TARGET= freebsd PLIST_FILES= bin/s3mod diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 969f78b0c675..dac7d9f7d6f7 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -13,7 +13,7 @@ COMMENT= GTK-based MP3 player LIB_DEPENDS= libid3.so:audio/id3lib \ libgdbm.so:databases/gdbm -USES= gettext gmake libtool ncurses pathfix perl5 pkgconfig +USES= alias gettext gmake libtool ncurses pathfix perl5 pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 \ |