aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-06 16:36:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-06 16:36:34 +0000
commite8f615fbc715f42707a29c7edb35e44d385cf208 (patch)
treef3d03c9a8d450e1086285595fa1bf043f7497bf6 /comms/gammu/Makefile
parentd79546650036a31ea6a476b307e54f0c4f692f31 (diff)
downloadports-e8f615fbc715f42707a29c7edb35e44d385cf208.tar.gz
ports-e8f615fbc715f42707a29c7edb35e44d385cf208.zip
- Get rid FreeBSD 6.X support
Notes
Notes: svn path=/head/; revision=285175
Diffstat (limited to 'comms/gammu/Makefile')
-rw-r--r--comms/gammu/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index b9d3e21c391e..ff6e1155f256 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/Makefile
@@ -54,9 +54,6 @@ post-patch:
@${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config
@${REINPLACE_CMD} -i '' -e 's:/etc/bash_completion.d:${PREFIX}/etc/bash_completion.d:' \
${WRKSRC}/contrib/CMakeLists.txt
-.if ${OSVERSION} < 700042
- @${REINPLACE_CMD} -e 's@ -Wno-pointer-sign@@g' ${WRKSRC}/CMakeLists.txt
-.endif
.if defined(WITH_BASH)
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash