diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 23:11:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 23:11:22 +0800 |
commit | 95e3d91d3a26aa9ccb7b6aca6fc0e97422efc1f5 (patch) | |
tree | 2ab9c6b09f696c813d41426a7e47d8f9af449861 /graphics | |
parent | 935de4721c4f80bcd565a634078e2cc70f5f5c2e (diff) | |
download | freebsd-ports-gnome-95e3d91d3a26aa9ccb7b6aca6fc0e97422efc1f5.tar.gz freebsd-ports-gnome-95e3d91d3a26aa9ccb7b6aca6fc0e97422efc1f5.tar.zst freebsd-ports-gnome-95e3d91d3a26aa9ccb7b6aca6fc0e97422efc1f5.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/panomatic/Makefile | 3 |
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> |