diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-22 17:14:31 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-22 17:14:31 +0000 |
commit | bdbb3bc341e0731b5dba9bef46168ce91c6d38f9 (patch) | |
tree | 5dd9615792862f9c3e2cff9f1d2cc06d2b5c4292 /graphics/vp/Makefile | |
parent | Fix pinentry-qt and enable build.[1] (diff) |
De-pkg-comment.
Notes
Notes:
svn path=/head/; revision=76180
Diffstat (limited to 'graphics/vp/Makefile')
-rw-r--r-- | graphics/vp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index 3351afab16fa..ba35d93d61ea 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -11,6 +11,7 @@ CATEGORIES= graphics 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 \ @@ -22,7 +23,7 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt" \ ac_cv_func_getopt_long=yes USE_REINPLACE= yes -MAN1= vp.1 +MAN1= vp.1 post-patch: ${REINPLACE_CMD} 's@ getopt_long/Makefile@@g' ${WRKSRC}/configure |