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 /games/dopewars/Makefile | |
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 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 75ee3f77d40..46bf25bcf7a 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/06/20 08:07:38 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/06/29 04:54:53 jlam Exp $ DISTNAME= dopewars-1.5.0 CATEGORIES= games @@ -12,9 +12,6 @@ HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ COMMENT= Make a fortune dealing drugs on the streets of New York USE_BUILDLINK_ONLY= YES -USE_CONFIG_WRAPPER= YES - -#USE_LIBINTL= YES USE_GMAKE= YES GNU_CONFIGURE= YES |