diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-12-09 15:43:47 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-12-09 15:43:47 +0000 |
commit | 3f45e8b7e0d4cb1c690c6cc7083370435dc3e9ba (patch) | |
tree | af0832420ffa17f48d935659879bb2dd06ca18db /japanese/vfghostscript5/Makefile | |
parent | Upgrade to 1.65. (diff) |
Remove BROKEN_ELF by adding ``-lICE -lSM'' to link options when
PORTOBJFORMAT = elf.
Notes
Notes:
svn path=/head/; revision=15228
Diffstat (limited to 'japanese/vfghostscript5/Makefile')
-rw-r--r-- | japanese/vfghostscript5/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/vfghostscript5/Makefile b/japanese/vfghostscript5/Makefile index 1d1327b8db55..92b517d2e6b8 100644 --- a/japanese/vfghostscript5/Makefile +++ b/japanese/vfghostscript5/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Aug 1997 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.23 1998/10/07 06:11:42 asami Exp $ +# $Id: Makefile,v 1.24 1998/10/16 05:27:15 jseger Exp $ # DISTNAME= ghostscript-5.10 @@ -27,8 +27,6 @@ DISTFILES= ${GS_SOURCES} ${GS_DRIVERS} ${GS_FONTS_STD} ${GS_FONTS_OTHER} MAINTAINER= mita@jp.FreeBSD.org -BROKEN_ELF= yes - LIB_DEPENDS= VFlib2.23:${PORTSDIR}/japanese/vflib EXTRACT_ONLY= ghostscript-5.10.tar.gz jpegsrc.v6a.tar.gz libpng-0.96.tgz |