diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 02:41:15 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 02:41:15 +0800 |
commit | bbc8c4d740872dbe971f6164448e5ba893cb166f (patch) | |
tree | c756810defa7862a81134a13cec391bfef55e24e /graphics/hugin-devel | |
parent | 7eb500363752ce8dd82189f56d621b11450e92f9 (diff) | |
download | freebsd-ports-gnome-bbc8c4d740872dbe971f6164448e5ba893cb166f.tar.gz freebsd-ports-gnome-bbc8c4d740872dbe971f6164448e5ba893cb166f.tar.zst freebsd-ports-gnome-bbc8c4d740872dbe971f6164448e5ba893cb166f.zip |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'graphics/hugin-devel')
-rw-r--r-- | graphics/hugin-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/hugin-devel/Makefile b/graphics/hugin-devel/Makefile index c512dbac2b3e..7e07e7b55e79 100644 --- a/graphics/hugin-devel/Makefile +++ b/graphics/hugin-devel/Makefile @@ -31,14 +31,13 @@ RUN_DEPENDS= enblend>=3.1.r20080615:${PORTSDIR}/graphics/enblend \ WRKSRC= ${WRKDIR}/hugin-2013.0.0 CONFLICTS_INSTALL= hugin-201[0-2]* -USE_BZIP2= yes OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC PANOMATIC_DESC= Install graphics/panomatic AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c -USES= cmake gettext pkgconfig +USES= cmake gettext pkgconfig tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} |