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:
parent
6869fa842d
commit
2f7ad7619b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210530
@ -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"; \
|
||||
|
Loading…
Reference in New Issue
Block a user