diff options
author | novel <novel@FreeBSD.org> | 2005-07-09 02:49:17 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-09 02:49:17 +0800 |
commit | 4fc778bb26b51c9efd8ed9c7af7e5a02d5e39cab (patch) | |
tree | dd70dc28ad1b769c3721e76a3bca534254f4413a /cad | |
parent | 6cd1c2731b431f65c000e4b8389c843732e1c57f (diff) | |
download | freebsd-ports-graphics-4fc778bb26b51c9efd8ed9c7af7e5a02d5e39cab.tar.gz freebsd-ports-graphics-4fc778bb26b51c9efd8ed9c7af7e5a02d5e39cab.tar.zst freebsd-ports-graphics-4fc778bb26b51c9efd8ed9c7af7e5a02d5e39cab.zip |
Update to version 3.3.19.
PR: 83152
Submitted by: Ports Fury
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 4 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index bb9dd0acb31..2654593e6eb 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 3.3.18 +PORTVERSION= 3.3.19 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/ @@ -27,7 +27,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ --with-tk=${LOCALBASE}/lib/tk8.4 -CFLAGS+= -I${X11BASE}/include +CFLAGS+= -fPIC -I${X11BASE}/include WISH= ${LOCALBASE}/bin/wish8.4 diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index 29d1d2eecf8..6547a422253 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1,2 +1,2 @@ -MD5 (xcircuit-3.3.18.tar.bz2) = c945e47cbfc2d4fa0878b443b9ad7f79 -SIZE (xcircuit-3.3.18.tar.bz2) = 1097776 +MD5 (xcircuit-3.3.19.tar.bz2) = 02519af42fcbcfa552aa339b74eaee2e +SIZE (xcircuit-3.3.19.tar.bz2) = 1099963 |