we depend on glib2 anyway, and need >=2.26 at other places in the tree, so this doesn't cause an additional dependency
19 lines
456 B
Makefile
19 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.13 2010/11/15 18:44:30 drochner Exp $
|
|
#
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "Makefile.common"
|
|
PKGREVISION= 1
|
|
|
|
COMMENT+= bad plugins
|
|
|
|
# builds gsettings module
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
|
|
|
|
# bzip2 is likely present anyway, make it default
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
# same for OpenSSL
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|