diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-23 22:24:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-23 22:24:30 +0000 |
commit | ee1faa5ae2648a1851b61471c4fd2e73853111c7 (patch) | |
tree | 3a3efb140c0a53db84a0f481bb29c41e6665dc6d /x11-toolkits/paragui-devel | |
parent | 37fed81ac9126bbf298bc9bcae29cf901e42f8ec (diff) | |
download | ports-ee1faa5ae2648a1851b61471c4fd2e73853111c7.tar.gz ports-ee1faa5ae2648a1851b61471c4fd2e73853111c7.zip |
Notes
Diffstat (limited to 'x11-toolkits/paragui-devel')
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index cd2644da79d4..aac594047741 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/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}" |