diff options
Diffstat (limited to 'textproc/sdcv/Makefile')
-rw-r--r-- | textproc/sdcv/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/sdcv/Makefile b/textproc/sdcv/Makefile index e9da6621373a..3b41bd6b75e9 100644 --- a/textproc/sdcv/Makefile +++ b/textproc/sdcv/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdcv PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF @@ -22,12 +22,6 @@ SUB_FILES= pkg-message CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -BROKEN= does not build on < 10.x: error expanding embedded variable -.endif - post-patch: .for i in doc/sdcv.1 src/sdcv.cpp @${REINPLACE_CMD} -e \ @@ -41,4 +35,4 @@ post-patch: @${REINPLACE_CMD} '/AM_GNU_GETTEXT_VERSION/s/0\.14\.1/0.19.1/' \ ${WRKSRC}/configure.ac -.include <bsd.port.post.mk> +.include <bsd.port.mk> |