diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-08 19:36:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-08 19:36:32 +0000 |
commit | 8c8dd5790681535d9a89faf0b61f0f7b2d0c0762 (patch) | |
tree | 3979d83c94a336ddbd324e0d25828dbafd1c3a2c /x11-toolkits | |
parent | 040a278226bb780be21830b6c0eb85af7e6ee2f9 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ocaml-lablgtk/Makefile | 3 |
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} |