diff options
author | danilo <danilo@FreeBSD.org> | 2014-04-26 22:38:30 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-04-26 22:38:30 +0800 |
commit | be7e176150729983e8e4dbf73602e96510d19277 (patch) | |
tree | 862ebda7276cf23095acbd2488c0b630f31da58f /x11/sakura | |
parent | c96de7f5fa81a74d1839ed94f8175b97f21764fd (diff) | |
download | freebsd-ports-gnome-be7e176150729983e8e4dbf73602e96510d19277.tar.gz freebsd-ports-gnome-be7e176150729983e8e4dbf73602e96510d19277.tar.zst freebsd-ports-gnome-be7e176150729983e8e4dbf73602e96510d19277.zip |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'x11/sakura')
-rw-r--r-- | x11/sakura/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile index f2408cb5c3fb..48324be6ce2c 100644 --- a/x11/sakura/Makefile +++ b/x11/sakura/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS USE_GNOME= vte3 -USES= cmake pkgconfig gettext -USE_BZIP2= yes +USES= cmake pkgconfig gettext tar:bzip2 LDFLAGS+= -lintl post-patch: |