aboutsummaryrefslogtreecommitdiff
path: root/games/bunnysay
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-09 13:16:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-09 13:16:49 +0000
commit9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch)
tree263754af5ddd95f1ad55b06c101378a0cf71009b /games/bunnysay
parenta0e384abe8236d5d12c69354d90c0de5342f7efb (diff)
downloadports-9d79e7b1469f6887d302e13ce7c67c54408a2453.tar.gz
ports-9d79e7b1469f6887d302e13ce7c67c54408a2453.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=430947
Diffstat (limited to 'games/bunnysay')
-rw-r--r--games/bunnysay/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/games/bunnysay/Makefile b/games/bunnysay/Makefile
index 38f2ae733e20..b2d2bad71237 100644
--- a/games/bunnysay/Makefile
+++ b/games/bunnysay/Makefile
@@ -20,16 +20,7 @@ GH_ACCOUNT= co60ca
PLIST_FILES= bin/bunnysay
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-LIB_DEPENDS+= libc++.so.1:devel/libc++
-CFLAGS+= -isystem${LOCALBASE}/include/c++/v1
-CXXFLAGS+= -isystem${LOCALBASE}/include/c++/v1
-LDFLAGS+= -L${LOCALBASE}/lib/c++
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>