1
0
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:
Hiroki Sato 2013-09-04 18:57:18 +00:00
parent af38901ba6
commit 0e529fa27c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326312
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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