From b369f17ec1170cfb709f25593f72818673c995b1 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 27 Sep 2013 17:25:16 +0000 Subject: Fix runtime of py-gimp, make sure we link to the right libraries so we don't get unresolved symbols [1]. While here: Update LIB_DEPENDS to new syntax USE_GMAKE => USES=gmake Enable stage support PR: ports/182140 [1] Submitted by: Chris --- graphics/py-gimp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics/py-gimp') diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index f1d556065e9b..7a57ef6344a9 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/graphics/py-gimp/Makefile,v 1.6 2009/08/25 00:06:39 marcus Exp $ -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,5 +22,4 @@ INSTALL_WRKSRC= ${WRKSRC}/plug-ins/pygimp MASTERDIR= ${.CURDIR}/../../graphics/gimp-app -NO_STAGE= yes .include "${MASTERDIR}/Makefile" -- cgit