diff options
author | naddy <naddy@FreeBSD.org> | 2014-03-14 00:11:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2014-03-14 00:11:14 +0800 |
commit | f53d2cab72be381eadf5335adb922c66eac39f03 (patch) | |
tree | d741c985bd09fcdb3e09b4a1f826dbb9a659d076 /math | |
parent | e9e7b60c26b396d9af8ec8ba10cd22ed70e617f9 (diff) | |
download | freebsd-ports-gnome-f53d2cab72be381eadf5335adb922c66eac39f03.tar.gz freebsd-ports-gnome-f53d2cab72be381eadf5335adb922c66eac39f03.tar.zst freebsd-ports-gnome-f53d2cab72be381eadf5335adb922c66eac39f03.zip |
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz
Diffstat (limited to 'math')
-rw-r--r-- | math/galculator/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 8f215d40dc0c..d50ba0e33d7c 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -8,8 +8,7 @@ MASTER_SITES= SF MAINTAINER= naddy@FreeBSD.org COMMENT= GTK-based scientific calculator -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |