aboutsummaryrefslogtreecommitdiff
path: root/cad/fandango/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-06-03 23:51:39 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-06-03 23:51:39 +0000
commit27b66b94cb606474d22f7833205a670e28b64489 (patch)
tree11b7cfefaaa5ebec58e2e09d745b84aca6d22791 /cad/fandango/Makefile
parent301fc1156b03d6edd6f12d375dde01287b7449ab (diff)
Notes
Diffstat (limited to 'cad/fandango/Makefile')
-rw-r--r--cad/fandango/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/fandango/Makefile b/cad/fandango/Makefile
index 1173e86772ba..40e02efb8b25 100644
--- a/cad/fandango/Makefile
+++ b/cad/fandango/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= fandango
-PORTVERSION= 0.2.6
-PORTREVISION= 3
+PORTVERSION= 0.2.6.1
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= elcad
@@ -21,9 +20,11 @@ LIB_DEPENDS= python2.3.1:${PORTSDIR}/lang/python23
USE_GL= yes
USE_GNOME= gnometarget
+USE_GETTEXT= yes
USE_KDEBASE_VER=3
USE_AUTOTOOLS= libtool:15
LDFLAGS+= -lGL
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
+INSTALLS_ICONS= yes
.include <bsd.port.mk>