aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-04-05 01:36:35 +0800
committerahze <ahze@FreeBSD.org>2008-04-05 01:36:35 +0800
commit2b59b5e92ce886213e014a8877a72979752e1e7b (patch)
tree6315e99d370f79c6fbad949f8673734e098ca34d /print
parent22d3fb7c85cb0c6b3f03a5e5d8541beb59973c8d (diff)
downloadfreebsd-ports-gnome-2b59b5e92ce886213e014a8877a72979752e1e7b.tar.gz
freebsd-ports-gnome-2b59b5e92ce886213e014a8877a72979752e1e7b.tar.zst
freebsd-ports-gnome-2b59b5e92ce886213e014a8877a72979752e1e7b.zip
Mark IGNORE if WITH_GHOSTSCRIPT_GNU is defined
Diffstat (limited to 'print')
-rw-r--r--print/libspectre/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile
index 8e674da7dd2f..8a5a66ca4107 100644
--- a/print/libspectre/Makefile
+++ b/print/libspectre/Makefile
@@ -21,6 +21,10 @@ USE_GNOME= gnomehack gnomeprefix ltverhack
USE_GHOSTSCRIPT=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+.if defined(WITH_GHOSTSCRIPT_GNU)
+IGNORE= Port will not work with ghostscript-gpl, please do not define WITH_GHOSTSCRIPT_GNU
+.endif
+
pre-configure:
@if [ -n "`${PKG_INFO} -xI '^ghostscript-gnu-[0-9]*'`" ]; then \
${ECHO_CMD} "${PKGNAME}: ghostscript-gnu installed, please deinstall ghostscript-gnu"; \