pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp24 DESTDIR support and switch to modular ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a594c5b64c91
branches:  trunk
changeset: 521190:a594c5b64c91
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 06 11:27:08 2006 +0000

description:
DESTDIR support and switch to modular buildinks.

diffstat:

 graphics/gimp24/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r d37cab0924a8 -r a594c5b64c91 graphics/gimp24/Makefile
--- a/graphics/gimp24/Makefile  Mon Nov 06 11:25:54 2006 +0000
+++ b/graphics/gimp24/Makefile  Mon Nov 06 11:27:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/10/12 19:18:41 adam Exp $
+# $NetBSD: Makefile,v 1.29 2006/11/06 11:27:08 joerg Exp $
 
 DISTNAME=      gimp-2.3.12
 CATEGORIES=    graphics
@@ -13,6 +13,8 @@
 HOMEPAGE=      http://www.gimp.org/
 COMMENT=       Image manipulation program similar to Photoshop[tm]
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 CONFLICTS+=            gimp<=1.2.3
 
 USE_LIBTOOL=           yes
@@ -63,6 +65,10 @@
 .include "../../graphics/libwmf/buildlink3.mk"
 .include "../../print/gimp-print-lib/buildlink3.mk"
 .include "../../www/libgtkhtml/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index