pkgsrc/lang/sablevm-classpath/Makefile
tonio 2c63ca71e7 Add build_dependency on zip, and remove the --without-zip argument to
configure, since it is no more supported
That should fix PLIST problems
2006-04-23 20:03:06 +00:00

13 lines
280 B
Makefile

# $NetBSD: Makefile,v 1.10 2006/04/23 20:03:06 tonio Exp $
#
.include "Makefile.common"
PKGREVISION= 1
BUILD_DEPENDS+= zip>=2.3:../../archivers/zip
INFO_FILES= # PLIST
CONFIGURE_ARGS+= --disable-gtk-peer
.include "../../mk/java-env.mk"
.include "../../mk/bsd.pkg.mk"