diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
commit | 46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch) | |
tree | 60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /graphics/kbarcode | |
parent | 286203d809751f18da030a97c6315562e0e58ed9 (diff) | |
download | ports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.tar.gz ports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.zip |
Notes
Diffstat (limited to 'graphics/kbarcode')
-rw-r--r-- | graphics/kbarcode/Makefile | 11 |
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> |