From 2b046d64117ade41e336404023c6f8150293fc4a Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 21 Sep 2013 11:06:03 +0000 Subject: - fix misplaced NO_STAGE in slaveports and ifdefs --- print/a2ps/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print/a2ps') diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 681f7813a0b3..b30acdd9a435 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -16,6 +16,9 @@ LICENSE= GPLv2 LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper +PORTSCOUT= skipv:4.14 +NO_STAGE= yes + USES= perl5 USE_CSTD= gnu89 GNU_CONFIGURE= yes @@ -25,7 +28,6 @@ MAN1= a2ps.1 ogonkify.1 card.1 psmandup.1 fixps.1 pdiff.1 psset.1 \ INFO= a2ps ogonkify regex WRKSRC= ${WRKDIR}/${PORTNAME}-4.13 I18N_PACKAGE= i18n-fonts-0.1 -PORTSCOUT= skipv:4.14 STRIP= CONFIGURE_ARGS= --with-medium=libpaper --sharedstatedir=${PREFIX}/share \ @@ -44,7 +46,6 @@ NO_OPTIONS_SORT=yes EMACS_DESC=Enable Emacs support I18N_DESC=Enable I18N support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} -- cgit