summaryrefslogtreecommitdiff
path: root/graphics/kbarcode
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 21:06:14 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 21:06:14 +0000
commit46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch)
tree60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /graphics/kbarcode
parentUnbreak building at 5.x (do not perform 'make test' because (diff)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
Notes
Notes: svn path=/head/; revision=190038
Diffstat (limited to 'graphics/kbarcode')
-rw-r--r--graphics/kbarcode/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/graphics/kbarcode/Makefile b/graphics/kbarcode/Makefile
index dac60771070a..c59f1bf24c8a 100644
--- a/graphics/kbarcode/Makefile
+++ b/graphics/kbarcode/Makefile
@@ -22,13 +22,4 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_ICONS= yes
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's/return false/return QString::null/g ; \
- s/ or / || /g ; \
- s/ and / \&\& /g' ${WRKSRC}/kbarcode/tec.cpp
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>