diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /audio/glurp/Makefile | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) | |
download | freebsd-ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio/glurp/Makefile')
-rw-r--r-- | audio/glurp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index eb7988d03f95..23b6c0e9dc09 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glurp -# Date created: Jun 9 2004 -# Whom: Mark Reidel <ports@mark.reidel.info> -# +# Created by: Mark Reidel <ports@mark.reidel.info> # $FreeBSD$ -# PORTNAME= glurp PORTVERSION= 0.12.3 @@ -17,6 +13,7 @@ COMMENT= Nice and clean GTK+-2.x based graphical client for musicpd LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd GNU_CONFIGURE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 glib20 libglade2 MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \ |