diff options
Diffstat (limited to 'graphics/vp')
-rw-r--r-- | graphics/vp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |