diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 13:55:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 13:55:19 +0000 |
commit | 363964692659efed44ba0dce0249e60e7c1055e3 (patch) | |
tree | 6c5bd96e28ecd2efae9a07076c0550ede8b075cb /devel/SDL | |
parent | 2c0e3c2d78ac8fda8d34ef5a45d26a0fed8d51fa (diff) | |
download | pkgsrc-363964692659efed44ba0dce0249e60e7c1055e3.tar.gz |
CONFIG_STATUS_OVERRIDE is the default in bsd.pkg.mk, so no need for these
definitions here.
Diffstat (limited to 'devel/SDL')
-rw-r--r-- | devel/SDL/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common index 157a68c1b5e..ad9e8db9be4 100644 --- a/devel/SDL/Makefile.common +++ b/devel/SDL/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2004/02/13 17:29:20 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/02/14 13:55:19 jlam Exp $ # DISTNAME= SDL-1.2.6 @@ -15,7 +15,6 @@ PATCHDIR= ${.CURDIR}/../../devel/SDL/patches USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES -CONFIG_STATUS_OVERRIDE= config.status USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ PTHREAD_OPTS+= require |