mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Fix build.
Reported by: pkg-fallout
This commit is contained in:
parent
af38901ba6
commit
0e529fa27c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326312
@ -13,7 +13,7 @@ PKGNAMESUFFIX= 9-agpl
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gs_srcs ${EPAG_SRCS}:epag
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xpf - ${EXCLUDE_DIRS:S/^/--exclude /}
|
||||
EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /}
|
||||
|
||||
MAINTAINER= doceng@FreeBSD.org
|
||||
COMMENT= Ghostscript 9.x PostScript interpreter
|
||||
@ -35,8 +35,8 @@ CONFLICTS_INSTALL= \
|
||||
ghostscript[789]-[0-9]* \
|
||||
ghostscript[789]-nox11-[0-9]*
|
||||
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WANT_GNOME= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
@ -110,7 +110,7 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}}
|
||||
.endfor
|
||||
|
||||
.if defined(_ICONV_DEVS)
|
||||
USE_ICONV= yes
|
||||
USES+= iconv
|
||||
CONFIGURE_ARGS+=--with-libiconv=gnu
|
||||
EXTRALIBS+= -liconv
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user