diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /net-p2p | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) | |
download | freebsd-ports-gnome-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.gz freebsd-ports-gnome-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.zst freebsd-ports-gnome-db7a56d5edac0833e3f5182aa505b20354dcc3f9.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gtorrentviewer/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile index 2a09ed82d5d9..4012485a37f9 100644 --- a/net-p2p/gtorrentviewer/Makefile +++ b/net-p2p/gtorrentviewer/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gtorrentviewer -# Date created: 2004-10-16 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ # $MCom: ports/net-p2p/gtorrentviewer/Makefile,v 1.4 2007/08/06 17:16:29 mezz Exp $ -# PORTNAME= gtorrentviewer PORTVERSION= 0.2b @@ -21,7 +17,7 @@ PORTSCOUT= skipv:0.2 # older than current version LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_GNOME= gtk20 gnomehier intlhack -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |