diff options
author | obrien <obrien@FreeBSD.org> | 2005-04-12 03:26:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-04-12 03:26:56 +0000 |
commit | 3f8673b5304491d815979cbca9f5698f2e27e181 (patch) | |
tree | c5baddda5ee6043e9603695093e0628b6a5f6b85 /graphics/xpdf | |
parent | c4111509081e059378dccea79903df7c1d4d2c75 (diff) | |
download | FreeBSD-ports-3f8673b5304491d815979cbca9f5698f2e27e181.zip FreeBSD-ports-3f8673b5304491d815979cbca9f5698f2e27e181.tar.gz |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index a908fe7..9ed2f32 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -13,20 +13,6 @@ MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/xpdf -.if defined(WANT_ANTIKICK) -PATCH_SITES= http://www.cs.cmu.edu/~dst/Adobe/Gallery/XPDF/anti-kick/ -PATCHFILES= anti.diff -#.else -#PATCH_SITES= http://vzzbx.xs4all.nl/files/ \ -# http://www.cs.cmu.edu/~dst/Adobe/Gallery/ -#PATCHFILES= xpdf-ro-remove.patch -.endif -PATCH_DIST_STRIP= -p1 -PATCH_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ - ${MASTER_SITE_TEX_CTAN} -PATCH_SITE_SUBDIR= support/xpdf -PATCHFILES= xpdf-2.01-patch1 - MAINTAINER= nork@FreeBSD.org COMMENT= Display PDF files, and convert them to other formats @@ -40,7 +26,7 @@ USE_MOTIF= yes USE_GMAKE= yes USE_AUTOCONF_VER= 259 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gzip --enable-opi --with-x \ @@ -51,9 +37,6 @@ CONFIGURE_ARGS= --with-gzip --enable-opi --with-x \ .if defined(A4) CONFIGURE_ARGS+= --enable-a4-paper .endif -.if defined(WANT_ANTIKICK) -CONFIGURE_ARGS+= --enable-antikick -.endif MAN1= pdffonts.1 \ pdfimages.1 \ @@ -73,7 +56,3 @@ post-install: .endif .include <bsd.port.mk> - -.if ${ARCH} == "amd64" -CFLAGS+= -static -.endif |