1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Mark IGNORE if WITH_GHOSTSCRIPT_GNU is defined

This commit is contained in:
Michael Johnson 2008-04-04 17:36:35 +00:00
parent 6869fa842d
commit 2f7ad7619b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210530

View File

@ -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"; \