diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-13 16:18:38 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-13 16:18:38 +0800 |
commit | a471bc15e410774e99b92809b982f6b383458f98 (patch) | |
tree | d842421b657cbd7edad3a3d9ae7fc06f2fe68b48 /comms/aldo | |
parent | edccdb6d03f19e2d8d7473dbce3a6e698f89a5c4 (diff) | |
download | freebsd-ports-gnome-a471bc15e410774e99b92809b982f6b383458f98.tar.gz freebsd-ports-gnome-a471bc15e410774e99b92809b982f6b383458f98.tar.zst freebsd-ports-gnome-a471bc15e410774e99b92809b982f6b383458f98.zip |
- Convert USE_GMAKE/USE_BZIP2 to USES
Diffstat (limited to 'comms/aldo')
-rw-r--r-- | comms/aldo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index 816966ec2f26..f0c0ed8665a0 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -13,12 +13,11 @@ COMMENT= Morse code training program LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao -USE_BZIP2= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf automake libtool CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" -USE_GMAKE= yes +USES= gmake tar:bzip2 PLIST_FILES= bin/aldo MAN1= aldo.1 |