diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-04-04 17:36:35 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-04-04 17:36:35 +0000 |
commit | 2f7ad7619b979bb16929071291896207c0e84547 (patch) | |
tree | f815d1b252cdcdda1042c226633dfe475bd5d512 /print/libspectre | |
parent | 6869fa842d2c6e96bad44cd348fb38794479292c (diff) | |
download | ports-2f7ad7619b979bb16929071291896207c0e84547.tar.gz ports-2f7ad7619b979bb16929071291896207c0e84547.zip |
Mark IGNORE if WITH_GHOSTSCRIPT_GNU is defined
Notes
Notes:
svn path=/head/; revision=210530
Diffstat (limited to 'print/libspectre')
-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"; \ |