diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 21:01:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 21:01:56 +0800 |
commit | 48276a3a82447d39eaec6e481efeab63f4f63593 (patch) | |
tree | 03b8a6493264ba0e92b999786faac1d5d15f6191 | |
parent | cec99fbdd5c23dc6f2a9a7e216a3c2d4a9ff5572 (diff) | |
download | freebsd-ports-gnome-48276a3a82447d39eaec6e481efeab63f4f63593.tar.gz freebsd-ports-gnome-48276a3a82447d39eaec6e481efeab63f4f63593.tar.zst freebsd-ports-gnome-48276a3a82447d39eaec6e481efeab63f4f63593.zip |
Add an explicit dependency on pkgconf
-rw-r--r-- | multimedia/swfdec-gnome/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/swfdec-gnome/Makefile b/multimedia/swfdec-gnome/Makefile index c27ad3ce4eb4..74d6ff83879f 100644 --- a/multimedia/swfdec-gnome/Makefile +++ b/multimedia/swfdec-gnome/Makefile @@ -1,10 +1,6 @@ -# Ports collection makefile for: swfdec-gnome -# Date created: 2008 01 10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom: ports/multimedia/swfdec-gnome/Makefile,v 1.29 2010/09/29 14:04:43 kwm Exp $ -# PORTNAME= swfdec-gnome PORTVERSION= 2.30.1 @@ -21,8 +17,7 @@ LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/graphics/swfdec USE_GNOME= gnomehack gnomeprefix gtk20 intlhack gconf2 USE_BZIP2= yes INSTALLS_ICONS= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |