diff options
author | ahze <ahze@FreeBSD.org> | 2008-04-05 01:36:35 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-04-05 01:36:35 +0800 |
commit | 2b59b5e92ce886213e014a8877a72979752e1e7b (patch) | |
tree | 6315e99d370f79c6fbad949f8673734e098ca34d /print | |
parent | 22d3fb7c85cb0c6b3f03a5e5d8541beb59973c8d (diff) | |
download | freebsd-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/Makefile | 4 |
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"; \ |