diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 08:48:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 08:48:38 +0800 |
commit | 159b587225ba260200d63ef0dfc824509f7c1ce0 (patch) | |
tree | dafaf1c4908ef4abbcd741a4a2814b40f4b3b2fc /graphics/rgbpaint | |
parent | 505c56c69e7c61e33675f05e4a5fade0137799d7 (diff) | |
download | freebsd-ports-gnome-159b587225ba260200d63ef0dfc824509f7c1ce0.tar.gz freebsd-ports-gnome-159b587225ba260200d63ef0dfc824509f7c1ce0.tar.zst freebsd-ports-gnome-159b587225ba260200d63ef0dfc824509f7c1ce0.zip |
Add explicit dependency on pkgconf (11 ports)
Diffstat (limited to 'graphics/rgbpaint')
-rw-r--r-- | graphics/rgbpaint/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/rgbpaint/Makefile b/graphics/rgbpaint/Makefile index e19f912737b7..e143578ee674 100644 --- a/graphics/rgbpaint/Makefile +++ b/graphics/rgbpaint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rgbpaint -# Date created: 4 April 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rgbpaint PORTVERSION= 0.8.7 @@ -14,7 +10,7 @@ MASTER_SITES= SF/mtpaint/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Very basic painting program -USES= gettext +USES= gettext pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 HAS_CONFIGURE= yes |