diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-08 19:36:32 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-08 19:36:32 +0000 |
commit | d553ba8cb5c7820ec85bc7e0130d8127ccd6b521 (patch) | |
tree | 941b257e213f7fe86854f451b724f635fd215955 /x11-toolkits | |
parent | 2908d8f45703820b5e7fe2810e1a65c8743f0730 (diff) | |
download | FreeBSD-ports-d553ba8cb5c7820ec85bc7e0130d8127ccd6b521.zip FreeBSD-ports-d553ba8cb5c7820ec85bc7e0130d8127ccd6b521.tar.gz |
Convert to the new GNOME infrastructure, and don't mix the old
infrastructure with the new.
Reported by: bento
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 b2a7c33..a1f8b44 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} |