aboutsummaryrefslogtreecommitdiff
path: root/cad/transcalc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/transcalc/Makefile')
-rw-r--r--cad/transcalc/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile
index 1c9e27d12eb5..d5f2d9f63aa8 100644
--- a/cad/transcalc/Makefile
+++ b/cad/transcalc/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= transcalc
-PORTVERSION= 0.13
+PORTVERSION= 0.14
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://transcalc.sourceforge.net/
@@ -16,9 +16,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A analysis and synthesis tool for RF and microwave transmission lines
-USE_GNOME= imlib
+USE_GNOME= gnometarget gtk20
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
MAN1= transcalc.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
+
.include <bsd.port.mk>