diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-03 01:54:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-03 01:54:46 +0800 |
commit | 9daab89463e52a8160bfe821461b2fa110285bea (patch) | |
tree | f5deb3e501e030e3217e47afdbbf28070ae95624 /graphics | |
parent | 3737e76e9f222b67b4b02c612026fde0b87f0f6b (diff) | |
download | freebsd-ports-gnome-9daab89463e52a8160bfe821461b2fa110285bea.tar.gz freebsd-ports-gnome-9daab89463e52a8160bfe821461b2fa110285bea.tar.zst freebsd-ports-gnome-9daab89463e52a8160bfe821461b2fa110285bea.zip |
Stage support
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/camera/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile index 42ef8f51cd0a..def70b424101 100644 --- a/graphics/camera/Makefile +++ b/graphics/camera/Makefile @@ -12,10 +12,10 @@ DISTNAME= Camera-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep application for digital still cameras -LIB_DEPENDS+= gphoto2_port:${PORTSDIR}/graphics/libgphoto2 - LICENSE= GPLv2 +LIB_DEPENDS= libgphoto2_port.so:${PORTSDIR}/graphics/libgphoto2 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes @@ -24,5 +24,8 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/Camera -NO_STAGE= yes +post-patch: + ${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ + ${WRKSRC}/GNUmakefile + .include <bsd.port.mk> |