diff options
author | kwm <kwm@FreeBSD.org> | 2013-09-28 01:25:16 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-09-28 01:25:16 +0800 |
commit | b369f17ec1170cfb709f25593f72818673c995b1 (patch) | |
tree | 2ccc607ce891e133135e25cc6568503115d00333 /graphics/py-gimp | |
parent | 695fee72c6760a7d48f7ee2012e7f5319f698e92 (diff) | |
download | freebsd-ports-gnome-b369f17ec1170cfb709f25593f72818673c995b1.tar.gz freebsd-ports-gnome-b369f17ec1170cfb709f25593f72818673c995b1.tar.zst freebsd-ports-gnome-b369f17ec1170cfb709f25593f72818673c995b1.zip |
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 <bsd-lists@1command.com>
Diffstat (limited to 'graphics/py-gimp')
-rw-r--r-- | graphics/py-gimp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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" |