aboutsummaryrefslogtreecommitdiff
path: root/security/qtfw/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2004-10-06 04:57:17 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2004-10-06 04:57:17 +0000
commit020cd998029533b2188adeb43fcaea70649cf8be (patch)
treee48edaad7fd3f0ccd91f151e72ede8ca143031fb /security/qtfw/Makefile
parent7e0afc569539fa9b4b9213cc8b416050279b973a (diff)
downloadports-020cd998029533b2188adeb43fcaea70649cf8be.tar.gz
ports-020cd998029533b2188adeb43fcaea70649cf8be.zip
Fix the code so GCC 3.4.2 likes it better, and unbreak.
Reported by: kris Approved by: portmgr (krion), fjoe (mentor, implicit)
Notes
Notes: svn path=/head/; revision=118560
Diffstat (limited to 'security/qtfw/Makefile')
-rw-r--r--security/qtfw/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/qtfw/Makefile b/security/qtfw/Makefile
index 0e9f7180c2e2..4f81be141df3 100644
--- a/security/qtfw/Makefile
+++ b/security/qtfw/Makefile
@@ -22,13 +22,7 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_FILES= bin/qtfw
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/qtfw ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>