diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 16:21:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 16:21:38 +0000 |
commit | 839ef5dcc231d4578b27fddbf9ea3c594ccff39d (patch) | |
tree | 0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /textproc/wv | |
parent | cbec9fc70ac0777694fbd0422c3742d9aaf5b91f (diff) |
Notes
Diffstat (limited to 'textproc/wv')
-rw-r--r-- | textproc/wv/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 67d21b1e6422..41254718709a 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wv -# Date created: Fri Nov 6 09:06:33 PST 1998 -# Whom: sumikawa@kame.net -# +# Created by: sumikawa@kame.net # $FreeBSD$ -# PORTNAME= wv PORTVERSION= 1.2.9 @@ -17,7 +13,7 @@ COMMENT= A library and executables to access Microsoft Word files LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf USE_GNOME= libgsf -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |