diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
commit | 2b046d64117ade41e336404023c6f8150293fc4a (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /print/a2ps | |
parent | a68540824c2afc9f423babe69b1494598b151be9 (diff) | |
download | freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.gz freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.zst freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.zip |
- fix misplaced NO_STAGE in slaveports and ifdefs
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |