aboutsummaryrefslogtreecommitdiff
path: root/graphics/panomatic
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-01 15:11:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-01 15:11:22 +0000
commit768f3494a1b667dfd815e3dc643e8670cc3e2d9d (patch)
tree2ab9c6b09f696c813d41426a7e47d8f9af449861 /graphics/panomatic
parentd91f6f075eea74f1d5e705994eae16d30a2dd5ad (diff)
downloadports-768f3494a1b667dfd815e3dc643e8670cc3e2d9d.tar.gz
ports-768f3494a1b667dfd815e3dc643e8670cc3e2d9d.zip
- Stage support
- Convert to USES
Notes
Notes: svn path=/head/; revision=342165
Diffstat (limited to 'graphics/panomatic')
-rw-r--r--graphics/panomatic/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/panomatic/Makefile b/graphics/panomatic/Makefile
index 3043e960152f..df7f2f205769 100644
--- a/graphics/panomatic/Makefile
+++ b/graphics/panomatic/Makefile
@@ -16,12 +16,11 @@ BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake
USE_DOS2UNIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/panomatic
-NO_STAGE= yes
.include <bsd.port.mk>