diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib2/Makefile | 2 | ||||
-rw-r--r-- | graphics/vp/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index dde57ea1f663..3b2da9c0c49e 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The next generation graphic library for enlightenment package LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - ltdl.1:${PORTSDIR}/devel/libtool \ + ltdl.4:${PORTSDIR}/devel/libltdl \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ ungif.5:${PORTSDIR}/graphics/libungif diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index ba35d93d61ea..36a031c21d30 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -13,12 +13,11 @@ MASTER_SITES= http://math.smsu.edu/~erik/files/ MAINTAINER= markp@FreeBSD.org COMMENT= An image viewer for X -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt" \ ac_cv_func_getopt_long=yes |