diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
commit | c7d6ee97c1e3058dc5e26308ae336e58bc1197d9 (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /graphics/gpaint/Makefile | |
parent | b3e4e19ddced293c5d1147a3172d522b4a807708 (diff) | |
download | ports-c7d6ee97c1e3058dc5e26308ae336e58bc1197d9.tar.gz ports-c7d6ee97c1e3058dc5e26308ae336e58bc1197d9.zip |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326133
Diffstat (limited to 'graphics/gpaint/Makefile')
-rw-r--r-- | graphics/gpaint/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 05f678eed632..09fa04397e5b 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: gpaint -# Date created: 18 October 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -16,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A small-scale painting program for GNOME +USES= pkgconfig USE_GNOME= libgnomeprint libgnomeprintui GNU_CONFIGURE= yes |