diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 08:07:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 08:07:15 +0800 |
commit | 32836bfe249af944ed2fbc7c4d6b468ec7559c4e (patch) | |
tree | 82c3e58fc36c3ec509c8b32559f338c33921bf55 /comms/tilp2 | |
parent | 75830c1a9733ec4b564111e6277bbf07b358fec6 (diff) | |
download | freebsd-ports-gnome-32836bfe249af944ed2fbc7c4d6b468ec7559c4e.tar.gz freebsd-ports-gnome-32836bfe249af944ed2fbc7c4d6b468ec7559c4e.tar.zst freebsd-ports-gnome-32836bfe249af944ed2fbc7c4d6b468ec7559c4e.zip |
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
Diffstat (limited to 'comms/tilp2')
-rw-r--r-- | comms/tilp2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile index 001a3f2a3924..f7c381118dfd 100644 --- a/comms/tilp2/Makefile +++ b/comms/tilp2/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= libticables2.so:${PORTSDIR}/comms/libticables2 \ libticalcs2.so:${PORTSDIR}/comms/libticalcs2 \ libticonv.so:${PORTSDIR}/converters/libticonv -USES= desktop-file-utils gmake pkgconfig shared-mime-info -USE_BZIP2= yes +USES= desktop-file-utils gmake pkgconfig shared-mime-info tar:bzip2 USE_GNOME= gtk20 OPTIONS_DEFINE= NLS |