diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:31:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:31:37 +0000 |
commit | 888f36102257672ed96e052b9cf0fba2da4a662e (patch) | |
tree | c596547c07526b4b7818428807ead0dc910fa686 /graphics/rawstudio | |
parent | 457279a404e1036e87a4a55c8802201014ab4874 (diff) | |
download | ports-888f36102257672ed96e052b9cf0fba2da4a662e.tar.gz ports-888f36102257672ed96e052b9cf0fba2da4a662e.zip |
Notes
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 |