diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scaffold/Makefile | 3 | ||||
-rw-r--r-- | devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/devel/scaffold/Makefile b/devel/scaffold/Makefile index 0da07fa33..02ff30dbc 100644 --- a/devel/scaffold/Makefile +++ b/devel/scaffold/Makefile @@ -7,6 +7,7 @@ PORTNAME= scaffold PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 @@ -15,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME-based development environment LIB_DEPENDS= gbf-1.0:${PORTSDIR}/devel/gnomebuild +RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon USE_X_PREFIX= yes GNU_CONFIGURE= yes @@ -23,6 +25,7 @@ INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnomeprefix gnometarget libbonoboui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +USE_PYTHON= yes MAN1= scaffold.1 diff --git a/devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c b/devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c new file mode 100644 index 000000000..6e9adabcc --- /dev/null +++ b/devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c @@ -0,0 +1,11 @@ +--- plugins/gnome-project-types/scaffold-gnome-application-type.c.orig Fri Oct 17 17:33:07 2003 ++++ plugins/gnome-project-types/scaffold-gnome-application-type.c Fri Oct 17 17:33:41 2003 +@@ -79,7 +79,7 @@ + g_message ("create_project_impl"); + + args = g_new0 (char *, 7); +- args[0] = g_strdup ("/usr/bin/python"); ++ args[0] = g_strdup ("/usr/local/bin/python"); + args[1] = g_strdup ("scaffold-gnome-application-create.py"); + args[2] = g_strdup (info->name); + args[3] = g_strdup (info->package); |