diff options
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> |