diff options
author | mat <mat@FreeBSD.org> | 2017-01-03 19:01:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-03 19:01:05 +0800 |
commit | 057971c152a484648da5936e2abf430699f07815 (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /textproc | |
parent | c743bcc36550fe214c3826e524078d4459e8cb90 (diff) | |
download | freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.tar.gz freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.tar.zst freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.zip |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sdcv/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/sdcv/Makefile b/textproc/sdcv/Makefile index 403bc34abec1..3b41bd6b75e9 100644 --- a/textproc/sdcv/Makefile +++ b/textproc/sdcv/Makefile @@ -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> |