diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-24 06:24:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-24 06:24:30 +0800 |
commit | 9c03c95856f857adcc16149d384b7b10440a5d69 (patch) | |
tree | 416fd428117c8e2faa4d97e0415d228771edf1cc /x11-toolkits/paragui | |
parent | 6a590c85d56f5c88a3dfd0cd0e3dcf8076cca8fc (diff) | |
download | freebsd-ports-gnome-9c03c95856f857adcc16149d384b7b10440a5d69.tar.gz freebsd-ports-gnome-9c03c95856f857adcc16149d384b7b10440a5d69.tar.zst freebsd-ports-gnome-9c03c95856f857adcc16149d384b7b10440a5d69.zip |
Let ports use the USE_SDL macro.
Diffstat (limited to 'x11-toolkits/paragui')
-rw-r--r-- | x11-toolkits/paragui/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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}" |