diff options
author | wiz <wiz> | 2003-04-05 19:03:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-05 19:03:54 +0000 |
commit | 75a4fe5fd5a17c6f549e5e7638ade792be4edccd (patch) | |
tree | 9737152e41b8097ceadcb3666dc77fa564f7b512 /graphics/SDL_image | |
parent | db79e5bde96fe80e908659d7c43133dfec1e98b1 (diff) | |
download | pkgsrc-75a4fe5fd5a17c6f549e5e7638ade792be4edccd.tar.gz |
Add CONFLICTS line with SDL-image.
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 |