diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 19:55:28 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 19:55:28 +0800 |
commit | 9339010b2f8ea76dc1da06e2abfb418ae7ab7c0b (patch) | |
tree | bb1cb75b34e1db6746dd1ae23e2abfacd50661d6 /audio/playgsf | |
parent | 16f53f92e96f05d5873898ae3afe50c1a5fa08e9 (diff) | |
download | freebsd-ports-gnome-9339010b2f8ea76dc1da06e2abfb418ae7ab7c0b.tar.gz freebsd-ports-gnome-9339010b2f8ea76dc1da06e2abfb418ae7ab7c0b.tar.zst freebsd-ports-gnome-9339010b2f8ea76dc1da06e2abfb418ae7ab7c0b.zip |
Use dos2unix USES macro.
Diffstat (limited to 'audio/playgsf')
-rw-r--r-- | audio/playgsf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 7381a33e61cd..a11a23539eeb 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -13,8 +13,7 @@ COMMENT= Command-line player for gsf audio files LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao -USES= gmake -USE_DOS2UNIX= yes +USES= gmake dos2unix GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include |