diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-11 01:39:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-11 01:39:41 +0800 |
commit | 1a6e8b97280f666d15ef6ef197cd1a171c02a220 (patch) | |
tree | 4693fd012c4c6d933e0daa1aeff8b0a83b9b3c75 /net-p2p | |
parent | 31367baab81ff752e42424634ea704d1b30f3978 (diff) | |
download | freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.tar.gz freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.tar.zst freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/valknut/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile index 2000168e022f..2309da4d3ffb 100644 --- a/net-p2p/valknut/Makefile +++ b/net-p2p/valknut/Makefile @@ -1,11 +1,5 @@ -# ex: ts=8 -# New ports collection makefile for: dcgui -# Date created: Wed 10 Jul 2002 -# Whom: Sverrir Valgeirsson <e96sv@yahoo.se> and -# Amar Takhar <verm@drunkmonk.net> et al -# +# Created by: Sverrir Valgeirsson <e96sv@yahoo.se> # $FreeBSD$ -# PORTNAME= valknut PORTVERSION= 0.4.9 @@ -26,8 +20,8 @@ MAN1= valknut.1 USE_QT4= corelib gui network qt3support \ moc_build uic_build rcc_build linguist_build USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 pkgconfig +USE_PERL5= build GNU_CONFIGURE= yes INSTALLS_ICONS= yes CFLAGS+= -I${QT_INCDIR} |