diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | ba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /net-p2p | |
parent | f0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff) | |
download | freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.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 |