diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 16:36:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 16:36:34 +0000 |
commit | e8f615fbc715f42707a29c7edb35e44d385cf208 (patch) | |
tree | f3d03c9a8d450e1086285595fa1bf043f7497bf6 /comms/gammu/Makefile | |
parent | d79546650036a31ea6a476b307e54f0c4f692f31 (diff) | |
download | ports-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/Makefile | 3 |
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 |