diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-29 04:54:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-29 04:54:49 +0000 |
commit | 3b65bde2f7e4aec38e1ead305f6094960fd84a31 (patch) | |
tree | 0f7f2aeb7ecca34d147342f726930d3cafaae39e /wm/amaterus | |
parent | 37360e73f33abdbb3d35f35c1f3ca74e0fb6b684 (diff) | |
download | pkgsrc-3b65bde2f7e4aec38e1ead305f6094960fd84a31.tar.gz |
USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
Diffstat (limited to 'wm/amaterus')
-rw-r--r-- | wm/amaterus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/amaterus/Makefile b/wm/amaterus/Makefile index 5e1a63e54ff..ef05632f204 100644 --- a/wm/amaterus/Makefile +++ b/wm/amaterus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/28 16:15:17 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/29 04:54:56 jlam Exp $ DISTNAME= amaterus-0.34.1 CATEGORIES= wm @@ -10,7 +10,6 @@ COMMENT= GTK+ window manager GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES -USE_CONFIG_WRAPPER= YES USE_X11= YES post-install: |