diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-06-02 00:43:03 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-06-02 00:43:03 +0800 |
commit | df3edca40adc4f931a1a6442656944291933a560 (patch) | |
tree | e50c4ec462c56e17e3945f544a036dd2d75120f0 /chinese/pcmanx | |
parent | 48473102a3e4f8dc76ab3937411cd71b2bba3e0c (diff) | |
download | freebsd-ports-gnome-df3edca40adc4f931a1a6442656944291933a560.tar.gz freebsd-ports-gnome-df3edca40adc4f931a1a6442656944291933a560.tar.zst freebsd-ports-gnome-df3edca40adc4f931a1a6442656944291933a560.zip |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Diffstat (limited to 'chinese/pcmanx')
-rw-r--r-- | chinese/pcmanx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index 9776bdf7c378..d1dd8350993e 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -12,9 +12,8 @@ COMMENT= BBS client using GTK+ 2.x LICENSE= GPLv2 -USE_XZ= yes USE_GNOME= gtk20 intlhack -USES= iconv gmake pkgconfig +USES= tar:xz iconv gmake pkgconfig GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS DEBUG DOCKLET NOTIFIER LIBNOTIFY NANCY MOUSE EXTERNAL IPLOOKUP PROXY |