diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /print | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) | |
download | freebsd-ports-1e3119b07ebe66367ead55242a47710e556bf383.zip |
- fix misplaced NO_STAGE in slaveports and ifdefs
Diffstat (limited to 'print')
-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} |