summaryrefslogtreecommitdiff
path: root/x11-toolkits/ocaml-lablgtk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-08 19:36:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-08 19:36:32 +0000
commit8c8dd5790681535d9a89faf0b61f0f7b2d0c0762 (patch)
tree3979d83c94a336ddbd324e0d25828dbafd1c3a2c /x11-toolkits/ocaml-lablgtk
parentFix yet another MOZILLA_SNAPSHOT issue. (diff)
Convert to the new GNOME infrastructure, and don't mix the old
infrastructure with the new. Reported by: bento
Notes
Notes: svn path=/head/; revision=78614
Diffstat (limited to 'x11-toolkits/ocaml-lablgtk')
-rw-r--r--x11-toolkits/ocaml-lablgtk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/ocaml-lablgtk/Makefile b/x11-toolkits/ocaml-lablgtk/Makefile
index b2a7c33c1ec3..a1f8b447e765 100644
--- a/x11-toolkits/ocaml-lablgtk/Makefile
+++ b/x11-toolkits/ocaml-lablgtk/Makefile
@@ -33,7 +33,6 @@ PLIST_SUB+= GNOME="@comment "
SFXGNOME= -nognome
.else
PLIST_SUB+= GNOME=""
-USE_GNOMENG= yes
USE_GNOME= gdkpixbuf
CONFIGURE_ENV+= USE_GNOME=1
.endif
@@ -52,7 +51,7 @@ CONFIGURE_ENV+= USE_GLADE=1
.endif
USE_GMAKE= yes
-USE_GTK= yes
+USE_GNOME+= gtk12
ALL_TARGET= all opt
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}