diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-10 17:39:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-10 17:39:41 +0000 |
commit | 549e16d92d3221369fca846c6c77cefbc92477a0 (patch) | |
tree | 4693fd012c4c6d933e0daa1aeff8b0a83b9b3c75 /net-p2p/valknut | |
parent | f900846e5260dc5d66ccd323d0da759c95e2d6bb (diff) |
Notes
Diffstat (limited to 'net-p2p/valknut')
-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} |