diff options
Diffstat (limited to 'graphics/SDL_image')
-rw-r--r-- | graphics/SDL_image/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/SDL_image/Makefile b/graphics/SDL_image/Makefile index a57e50b8568..a9d8ed841ab 100644 --- a/graphics/SDL_image/Makefile +++ b/graphics/SDL_image/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/03 08:20:01 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/05 19:03:54 wiz Exp $ # DISTNAME= SDL_image-1.2.2 @@ -9,6 +9,8 @@ MAINTAINER= collver1@attbi.com HOMEPAGE= http://www.libsdl.org/projects/SDL_image/ COMMENT= load images as SDL surfaces +CONFLICTS= SDL-image-[0-9]* + GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |