diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:31:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:31:37 +0800 |
commit | 29690f19d118396ba93708eed30df875f66d8ca5 (patch) | |
tree | c596547c07526b4b7818428807ead0dc910fa686 /graphics/rawstudio | |
parent | dab1de051df37ccd8af4d9e1223539b535d11682 (diff) | |
download | freebsd-ports-gnome-29690f19d118396ba93708eed30df875f66d8ca5.tar.gz freebsd-ports-gnome-29690f19d118396ba93708eed30df875f66d8ca5.tar.zst freebsd-ports-gnome-29690f19d118396ba93708eed30df875f66d8ca5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics/rawstudio')
-rw-r--r-- | graphics/rawstudio/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index e235f7c07b36..c762e33c10e2 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Rawstudio -# Date created: 2008-04-23 -# Whom: Alex Samorukov <samm@os2.kiev.ua> -# +# Created by: Alex Samorukov <samm@os2.kiev.ua> # $FreeBSD$ -# PORTNAME= rawstudio PORTVERSION= 2.0 @@ -31,7 +27,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gtk20 libxml2 gconf2 desktopfileutils gnomehack USE_SQLITE= 3 USE_LDCONFIG= yes |