aboutsummaryrefslogtreecommitdiffstats
path: root/security/vxquery
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-07 01:59:31 +0800
committerpav <pav@FreeBSD.org>2009-01-07 01:59:31 +0800
commit8ef21a396d8627cdfced24744c2bacb7cb0c9453 (patch)
tree06fbb407306ac7e1b7b00946df69737e787c8891 /security/vxquery
parente32973556a174646ad93cdf1b43963a9fc18eb55 (diff)
downloadfreebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.gz
freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.zst
freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.zip
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'security/vxquery')
-rw-r--r--security/vxquery/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/security/vxquery/Makefile b/security/vxquery/Makefile
index 3d9a3c6fd99e..e632f076d688 100644
--- a/security/vxquery/Makefile
+++ b/security/vxquery/Makefile
@@ -16,14 +16,7 @@ COMMENT= VuXML Query Tool
USE_BZIP2= YES
GNU_CONFIGURE= YES
-# FreeBSD 5.x systems have expat in the base system.
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 501111
-CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
-LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/object/vxquery ${PREFIX}/bin/vxquery
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>