diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-02 06:40:46 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-02 06:40:46 +0800 |
commit | c27cb306bcc2e561a31b96918216a38bd69e29b2 (patch) | |
tree | e9350bfb313d190c088db4829b49bb9e59b38f72 /graphics/py-gimp/Makefile | |
parent | 27194401e6a12fc07aa1249389e0e6d82269ec8e (diff) | |
download | marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar.gz marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar.bz2 marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar.lz marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar.xz marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.tar.zst marcuscom-ports-c27cb306bcc2e561a31b96918216a38bd69e29b2.zip |
- Don't use PKGNAMESUFFIX from graphics/gimp-app
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8132 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/py-gimp/Makefile')
-rw-r--r-- | graphics/py-gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index 3bd7ff94b..6734dbe35 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/py-gimp/Makefile,v 1.1 2007/01/01 20:37:37 ahze Exp $ PORTREVISION= 0 PORTEPOCH= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= GIMP python plugin |