diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-12 14:26:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-12 14:26:41 +0000 |
commit | 72aa7e137d9b208dd01a24fc9f495d0719c0c5fa (patch) | |
tree | 1a4ec6fa770fa3a481b11cb4449c8d49e784d74f /x11/nucleo | |
parent | 5bb330cc24149bb7bcb5c5c333f54bdffaa667dd (diff) | |
download | pkgsrc-72aa7e137d9b208dd01a24fc9f495d0719c0c5fa.tar.gz |
Installs Python script, so depend on it and bump revision.
Diffstat (limited to 'x11/nucleo')
-rw-r--r-- | x11/nucleo/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/nucleo/Makefile b/x11/nucleo/Makefile index 5f5aac49fe2..ae26272bad2 100644 --- a/x11/nucleo/Makefile +++ b/x11/nucleo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2007/06/12 16:16:56 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/08/12 14:26:41 joerg Exp $ # DISTNAME= nucleo-0.6 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://insitu.lri.fr/metisse/download/0.4.0-rc4/ EXTRACT_SUFX= .tar.bz2 @@ -15,6 +16,9 @@ USE_TOOLS+= pkg-config USE_LANGUAGES+= c c++ USE_LIBTOOL= yes +REPLACE_PYTHON+= docs/MacOSX/nBundle.in + +.include "../../lang/python/application.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" |