From 9c03c95856f857adcc16149d384b7b10440a5d69 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 23 Jan 2004 22:24:30 +0000 Subject: Let ports use the USE_SDL macro. --- x11-toolkits/paragui/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'x11-toolkits/paragui') diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index cd2644da79d4..aac594047741 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -17,14 +17,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform high-level application framework and GUI library LIB_DEPENDS= physfs-0.1.9:${PORTSDIR}/devel/physfs \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ expat.4:${PORTSDIR}/textproc/expat2 USE_X_PREFIX= yes USE_REINPLACE= yes USE_LIBTOOL= yes -USE_SDL= yes +USE_SDL= sdl image ttf LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" -- cgit