diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
commit | 7020ba824d0766f01012481d30671834bccc6cc9 (patch) | |
tree | b8061c4bd911cb2507a3cc6b0ebdc773e91473b7 /devel/libwfut | |
parent | ac0c23c912957d0cfaa1ccb1f236d4da619b1889 (diff) | |
download | ports-7020ba824d0766f01012481d30671834bccc6cc9.tar.gz ports-7020ba824d0766f01012481d30671834bccc6cc9.zip |
Notes
Diffstat (limited to 'devel/libwfut')
-rw-r--r-- | devel/libwfut/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/libwfut/Makefile b/devel/libwfut/Makefile index 6854f437aba1..cb0669a540b1 100644 --- a/devel/libwfut/Makefile +++ b/devel/libwfut/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libwfut -# Date created: 4th April 2007 -# Whom: Oliver Lehmann -# +# Created by: Oliver Lehmann # $FreeBSD$ -# PORTNAME= libwfut PORTVERSION= 0.2.2 @@ -18,8 +14,7 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ CONFIGURE_ARGS+=--without-python GNU_CONFIGURE= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_LDCONFIG= yes MAN1= wfut.1 |