diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-21 00:30:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-21 00:30:09 +0800 |
commit | 832fa9838ab1e4697a84f093306a5259c766afd6 (patch) | |
tree | e3db5d1ad3f330e38e50ecdcfc9753318db20ef1 /cad | |
parent | 259679e71a7cf3fa04dcd60ad745125e8bf16d87 (diff) | |
download | freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.tar.gz freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.tar.zst freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.zip |
Use the new ghostscript options.
Submitted by: linimon
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index f601dc5bbd45..fb63a301bfa3 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -15,14 +15,6 @@ MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= An X11 drawing program [especially for circuit schematics] -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif - -RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} - USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes @@ -34,6 +26,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +USE_GHOSTSCRIPT_RUN= yes + WISH= ${LOCALBASE}/bin/wish8.4 .if defined(WITH_TCLTK) |