pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/gelemental DESTDIR support. Needs C for the libin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2939f68832d6
branches:  trunk
changeset: 554375:2939f68832d6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 13 18:15:05 2009 +0000

description:
DESTDIR support. Needs C for the libintl check.

diffstat:

 misc/gelemental/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 525e146dec27 -r 2939f68832d6 misc/gelemental/Makefile
--- a/misc/gelemental/Makefile  Fri Feb 13 17:03:07 2009 +0000
+++ b/misc/gelemental/Makefile  Fri Feb 13 18:15:05 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/12/30 17:15:25 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/13 18:15:05 joerg Exp $
 #
 
 DISTNAME=      gelemental-1.2.0
@@ -10,10 +10,12 @@
 HOMEPAGE=      http://www.kdau.com/projects/gelemental/
 COMMENT=       Periodic table viewer
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config intltool gmake msgfmt
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
 USE_DIRS+=     xdg-1.1
 
 PKGCONFIG_OVERRIDE+=   data/libelemental.pc.in



Home | Main Index | Thread Index | Old Index