diff options
author | pav <pav@FreeBSD.org> | 2009-01-07 01:59:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-07 01:59:31 +0800 |
commit | 8ef21a396d8627cdfced24744c2bacb7cb0c9453 (patch) | |
tree | 06fbb407306ac7e1b7b00946df69737e787c8891 /security/vxquery | |
parent | e32973556a174646ad93cdf1b43963a9fc18eb55 (diff) | |
download | freebsd-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/Makefile | 9 |
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> |