summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libgtop/Makefile4
-rw-r--r--graphics/ee/Makefile4
-rw-r--r--x11/gnome-core/Makefile4
-rw-r--r--x11/gnome-libs/Makefile17
4 files changed, 17 insertions, 12 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index a04ab9bd795..18de1138611 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 1999/09/03 07:22:53 rh Exp $
+# $NetBSD: Makefile,v 1.23 1999/10/22 07:54:15 agc Exp $
#
DISTNAME= libgtop-1.0.2
@@ -12,8 +12,6 @@ DEPENDS+= gettext-0.10.35:../../devel/gettext
DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs
DEPENDS+= guile-1.3.2:../../lang/guile
-NOT_FOR_PLATFORM= *-*-alpha # problems with gtk
-
IGNORE= "got broken by removal of Mach VM"
GNU_CONFIGURE= yes
diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile
index 35b01600490..246d6f2d6e5 100644
--- a/graphics/ee/Makefile
+++ b/graphics/ee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/08/29 12:48:58 rh Exp $
+# $NetBSD: Makefile,v 1.9 1999/10/22 07:54:17 agc Exp $
#
DISTNAME= ee-0.3.8
@@ -10,8 +10,6 @@ HOMEPAGE= http://www.gnome.org/
DEPENDS= gnome-core-1.0.9:../../x11/gnome-core
-NOT_FOR_PLATFORM= *-*-alpha # problems with gtk
-
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_GMAKE= yes
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
index 9ac67f03e26..46af5719661 100644
--- a/x11/gnome-core/Makefile
+++ b/x11/gnome-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 1999/10/07 17:42:00 tron Exp $
+# $NetBSD: Makefile,v 1.28 1999/10/22 07:54:17 agc Exp $
#
DISTNAME= gnome-core-1.0.9
@@ -13,8 +13,6 @@ DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs
# "libgtop" packages is broken at the moment.
#DEPENDS+= libgtop-1.0.2:../../devel/libgtop
-NOT_FOR_PLATFORM= *-*-alpha # problems with gtk
-
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_GMAKE= yes
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 7d6d3e84d15..5c58c6776a2 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 1999/10/07 17:42:00 tron Exp $
+# $NetBSD: Makefile,v 1.33 1999/10/22 07:54:17 agc Exp $
#
DISTNAME= gnome-libs-1.0.16
@@ -12,8 +12,6 @@ DEPENDS+= ORBit-0.4.3:../../corba/ORBit
DEPENDS+= imlib-1.9.4:../../graphics/imlib
DEPENDS+= xpm-3.4k:../../graphics/xpm
-NOT_FOR_PLATFORM= *-*-alpha # problems with gtk
-
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_GMAKE= yes
@@ -29,6 +27,19 @@ LOCALSTATEDIR= /var/gnome
PLIST_SRC= ${WRKDIR}/PLIST
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+DEPENDS+= db-*:../../databases/db
+
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/db2"
+
+pre-configure:
+ ${MV} ${WRKSRC}/configure ${WRKSRC}/configure-pre-db-sub && \
+ ${SED} -e 's|-ldb|-ldb2|g' ${WRKSRC}/configure-pre-db-sub > ${WRKSRC}/configure && \
+ ${CHMOD} 0755 ${WRKSRC}/configure
+.endif
+
pre-build:
(cd ${WRKSRC}/support; ${GMAKE} gnomesupport.h)