summaryrefslogtreecommitdiff
path: root/graphics/giram/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/giram/Makefile')
-rw-r--r--graphics/giram/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index 6094b74961a6..97e7489c995d 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -7,17 +7,21 @@
PORTNAME= giram
PORTVERSION= 0.3.5
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.giram.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A POV-Ray oriented modeller
+LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds
+
USE_X_PREFIX= yes
USE_PERL5_BUILD= yes
USE_GNOME= gtk20
USE_GMAKE= yes
USE_LIBTOOL= yes
+LIBTOOLFLAGS= # none
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
INTLTOOL_PERL="${PERL}"
@@ -27,11 +31,11 @@ CONFIGURE_ARGS= --datadir="${PREFIX}/lib" \
MAN1= giram.1
.if defined(WITH_POVRAY31)
-BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray31
-RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31
+BUILD_DEPENDS+= povray:${PORTSDIR}/graphics/povray31
+RUN_DEPENDS+= povray:${PORTSDIR}/graphics/povray31
.else
-BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray
-RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
+BUILD_DEPENDS+= povray:${PORTSDIR}/graphics/povray
+RUN_DEPENDS+= povray:${PORTSDIR}/graphics/povray
.endif
post-install: