diff options
-rw-r--r-- | cad/transcalc/Makefile | 8 | ||||
-rw-r--r-- | cad/transcalc/distinfo | 2 |
2 files changed, 7 insertions, 3 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> diff --git a/cad/transcalc/distinfo b/cad/transcalc/distinfo index e1e3161caca3..a374b4ad9df8 100644 --- a/cad/transcalc/distinfo +++ b/cad/transcalc/distinfo @@ -1 +1 @@ -MD5 (transcalc-0.13.tar.gz) = bae9ef11dc6bf5f2bc6619ab9f434fe5 +MD5 (transcalc-0.14.tar.gz) = c4c807849ea4dec44775631d37d6ecf7 |