diff options
Diffstat (limited to 'devel/SDL_gfx/Makefile')
-rw-r--r-- | devel/SDL_gfx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile index 9318b7d34e7..f574d063c09 100644 --- a/devel/SDL_gfx/Makefile +++ b/devel/SDL_gfx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/04/03 07:05:23 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/27 18:30:32 jlam Exp $ # DISTNAME= SDL_gfx-2.0.3 @@ -9,7 +9,8 @@ MAINTAINER= collver@linuxfreemail.com HOMEPAGE= http://www.ferzkopp.net/Software/SDL_gfx-2.0/ COMMENT= basic drawing routines for SDL -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES +USE_X11= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_LIBTOOL= YES @@ -26,6 +27,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/Docs/Screenshots/* \ ${PREFIX}/share/doc/SDL_gfx/Screenshots -.include "../../devel/SDL/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../devel/SDL/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |