diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 00:36:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 00:36:34 +0800 |
commit | 531c1e9dbd3190327603645ec4a4ee39027960b0 (patch) | |
tree | 2930e726300a7fd2909b1b02c969e20134e5dac9 /comms/gammu-devel | |
parent | 11ffafd469a75a23d97748b981ecd48b5e513238 (diff) | |
download | freebsd-ports-graphics-531c1e9dbd3190327603645ec4a4ee39027960b0.tar.gz freebsd-ports-graphics-531c1e9dbd3190327603645ec4a4ee39027960b0.tar.zst freebsd-ports-graphics-531c1e9dbd3190327603645ec4a4ee39027960b0.zip |
- Get rid FreeBSD 6.X support
Diffstat (limited to 'comms/gammu-devel')
-rw-r--r-- | comms/gammu-devel/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile index 7fc6854544b..c377e331f39 100644 --- a/comms/gammu-devel/Makefile +++ b/comms/gammu-devel/Makefile @@ -48,12 +48,7 @@ post-install: ${PYTHON_CMD} ${opt} -m compileall -l ${PYTHONPREFIX_SITELIBDIR}/gammu .endfor -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config -.if ${OSVERSION} < 700042 - @${REINPLACE_CMD} -e 's@ -Wno-pointer-sign@@g' ${WRKSRC}/CMakeLists.txt -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |