diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-02 13:27:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-02 13:27:24 +0000 |
commit | 0d42f2d45b84652a6a73eb76c81ad938a7d47916 (patch) | |
tree | 94c9a1250efe24ffb18d2f1d7f2ff7ffc209a94f /graphics/pstoedit/Makefile | |
parent | Conditionalize gnugetopt dependencies and fix minor typo. (diff) |
Update to 3.33.
PR: ports/47331
Submitted by: Ports Fury
Diffstat (limited to 'graphics/pstoedit/Makefile')
-rw-r--r-- | graphics/pstoedit/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 3c09c1d9f183..a133e6a3ee7c 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pstoedit -PORTVERSION= 3.32 -PORTREVISION= 1 +PORTVERSION= 3.33 CATEGORIES= graphics print MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ @@ -22,15 +21,15 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ gs:${PORTSDIR}/print/ghostscript-gnu USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes MAN1= pstoedit.1 -CPPFLAGS= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ - -I${X11BASE}/include -fpermissive -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ + -I${X11BASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib post-install: ${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1 |