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/bufferpool | |
parent | ac0c23c912957d0cfaa1ccb1f236d4da619b1889 (diff) | |
download | ports-7020ba824d0766f01012481d30671834bccc6cc9.tar.gz ports-7020ba824d0766f01012481d30671834bccc6cc9.zip |
Notes
Diffstat (limited to 'devel/bufferpool')
-rw-r--r-- | devel/bufferpool/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/bufferpool/Makefile b/devel/bufferpool/Makefile index 5d5b5b450bb2..12c8cca34634 100644 --- a/devel/bufferpool/Makefile +++ b/devel/bufferpool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bufferpool -# Date created: 7 November 2007 -# Whom: Emmanuel Richiardone (err@tollari.org) -# +# Created by: Emmanuel Richiardone (err@tollari.org) # $FreeBSD$ -# PORTNAME= bufferpool PORTVERSION= 0.0.4 @@ -17,7 +13,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes USE_LDCONFIG= yes -USE_PKGCONFIG= yes -USES= pathfix +USES= pathfix pkgconfig .include <bsd.port.mk> |