Date: Wed, 29 Nov 2017 00:59:43 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455089 - head/textproc/p5-Text-BibTeX Message-ID: <201711290059.vAT0xhkh078144@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Nov 29 00:59:43 2017 New Revision: 455089 URL: https://svnweb.freebsd.org/changeset/ports/455089 Log: Modernize usage. (Noted as part of a larger cleanup). Modified: head/textproc/p5-Text-BibTeX/Makefile Modified: head/textproc/p5-Text-BibTeX/Makefile ============================================================================== --- head/textproc/p5-Text-BibTeX/Makefile Wed Nov 29 00:43:23 2017 (r455088) +++ head/textproc/p5-Text-BibTeX/Makefile Wed Nov 29 00:59:43 2017 (r455089) @@ -21,6 +21,8 @@ USES= perl5 USE_PERL5= modbuild USE_LDCONFIG= yes +CFLAGS_amd64= -fPIC + STRIP_FILES= bin/dumpnames bin/biblex bin/bibparse \ ${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so \ lib/libbtparse.so @@ -30,10 +32,6 @@ STRIP_FILES= bin/dumpnames bin/biblex bin/bibparse \ .if ${PERL_LEVEL} < 502300 BUILD_DEPENDS+= p5-Scalar-List-Utils>=0.42:lang/p5-Scalar-List-Utils RUN_DEPENDS+= p5-Scalar-List-Utils>=0.42:lang/p5-Scalar-List-Utils -.endif - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC .endif post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711290059.vAT0xhkh078144>