diff options
author | Mark Pulford <markp@FreeBSD.org> | 2004-01-26 03:17:44 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2004-01-26 03:17:44 +0000 |
commit | 466af0c303884f4cd1df9ac60c8057bcd96d7a16 (patch) | |
tree | 5420264f1050518053148fb0b9459deee59b4a21 /graphics | |
parent | Changed BUILD_DEPENDS to EXTRACT_DEPENDS. (diff) |
Switch to USE_SDL macro.
Change MAINTAINER to ports.
PR: 61807
Submitted by: edwin
Notes
Notes:
svn path=/head/; revision=99155
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index d447985628f9..5e2c1a846f40 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -11,18 +11,15 @@ PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://math.smsu.edu/~erik/files/ -MAINTAINER= markp@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer for X -LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +USE_SDL= image USE_GETOPT_LONG=yes USE_LIBTOOL= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ - SDL_CONFIG="${SDL_CONFIG}" \ ac_cv_func_getopt_long=yes USE_REINPLACE= yes MAN1= vp.1 |