diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
commit | 3037cb61c7f1ac5ae9a15cee2365daa2d4036028 (patch) | |
tree | e391a5b5894d27043bb95bd6680b03174979f810 /graphics/nathive | |
parent | 28eb882aa04c420b3fe972dd8748b80c90c5cd82 (diff) |
Notes
Diffstat (limited to 'graphics/nathive')
-rw-r--r-- | graphics/nathive/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/nathive/Makefile b/graphics/nathive/Makefile index 97e3ad7e986f..ae1b391b1692 100644 --- a/graphics/nathive/Makefile +++ b/graphics/nathive/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: nathive -# Date created: 24 Nov 2008 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= nathive PORTVERSION= 0.813 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.nathive.org/packages/ \ http://mirror.amdmi3.ru/distfiles/ @@ -16,7 +12,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_source MAINTAINER= amdmi3@FreeBSD.org COMMENT= Lightweight image editor -USE_GNOME= pkgconfig glib20 gtk20 +USE_GNOME= glib20 gtk20 +USE_PKGCONFIG= build ALL_TARGET= default post-patch: |