diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /sysutils/dbus | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/dbus/Makefile.common b/sysutils/dbus/Makefile.common index fbffebdd860..1b3d49f6a48 100644 --- a/sysutils/dbus/Makefile.common +++ b/sysutils/dbus/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2005/03/22 10:55:13 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:47:23 tv Exp $ # # XXX Do not update to 0.30 or above yet. The API in the 0.2x series is @@ -18,7 +18,6 @@ DISTINFO_FILE= ${.CURDIR}/../../sysutils/dbus/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/dbus/patches GNU_CONFIGURE= YES -USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_PKGINSTALL= YES |