aboutsummaryrefslogtreecommitdiff
path: root/graphics/camera/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/camera/Makefile')
-rw-r--r--graphics/camera/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile
index fc4948bf940c..f75ff70f0080 100644
--- a/graphics/camera/Makefile
+++ b/graphics/camera/Makefile
@@ -9,7 +9,7 @@ PORTNAME= camera
PORTVERSION= 0.8
CATEGORIES= graphics
MASTER_SITES= http://home.gna.org/gsimageapps/ \
- http://io.debian.net/~tar/ports/distfiles/
+ ${MASTER_SITE_GNUSTEP_CH}
DISTNAME= Camera-${PORTVERSION}
MAINTAINER= gurkan@linuks.mine.nu
@@ -17,14 +17,13 @@ COMMENT= GNUstep application for digital still cameras
LIB_DEPENDS+= gphoto2_port:${PORTSDIR}/graphics/libgphoto2
-WRKSRC= ${WRKDIR}/Camera
USE_BZIP2= yes
-USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-MAKEFILE= GNUmakefile
+
+WRKSRC= ${WRKDIR}/Camera
.include <bsd.port.mk>