diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
commit | 46b556be1c5e78a30a7e153cc9096e9ff3fd084a (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /graphics/pfscalibration | |
parent | fed77d64811993002799efa97b0032ef9a95edc6 (diff) | |
download | ports-46b556be1c5e78a30a7e153cc9096e9ff3fd084a.tar.gz ports-46b556be1c5e78a30a7e153cc9096e9ff3fd084a.zip |
Notes
Diffstat (limited to 'graphics/pfscalibration')
-rw-r--r-- | graphics/pfscalibration/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/pfscalibration/Makefile b/graphics/pfscalibration/Makefile index 3298cc878c01..577c5b14c1c4 100644 --- a/graphics/pfscalibration/Makefile +++ b/graphics/pfscalibration/Makefile @@ -13,12 +13,10 @@ COMMENT= Photometric calibration of cameras and recovery HDR images from the set PFS_CPPFLAGS= -I${LOCALBASE}/include PFS_LDFLAGS= -L${LOCALBASE}/lib -USES= pkgconfig shebangfix +USES= gmake pkgconfig shebangfix perl5 GNU_CONFIGURE= yes CPPFLAGS+= ${PFS_CPPFLAGS} LDFLAGS+= ${PFS_LDFLAGS} -USE_GMAKE= yes -USE_PERL5= yes LIB_DEPENDS= pfs-1.2:${PORTSDIR}/graphics/pfstools |