diff options
author | markp <markp@FreeBSD.org> | 2004-01-26 11:17:44 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2004-01-26 11:17:44 +0800 |
commit | d9c1cd2983404ca417f2fd42e9869391a3a1a5e7 (patch) | |
tree | ccd4bb425decbf5e32c13311d174fbc7f19d2062 /graphics | |
parent | a19b7b60115592ae0e8642755a712c84ecae4d0e (diff) | |
download | freebsd-ports-gnome-d9c1cd2983404ca417f2fd42e9869391a3a1a5e7.tar.gz freebsd-ports-gnome-d9c1cd2983404ca417f2fd42e9869391a3a1a5e7.tar.zst freebsd-ports-gnome-d9c1cd2983404ca417f2fd42e9869391a3a1a5e7.zip |
Switch to USE_SDL macro.
Change MAINTAINER to ports.
PR: 61807
Submitted by: edwin
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 |