diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-09-03 19:46:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-09-03 19:46:57 +0000 |
commit | 9ca2ad6a8e6dd188870a3a2a97cc44e3f323f3a2 (patch) | |
tree | ba3d12b7ab47725c5fc5b450fcce543bf40a0b56 /Mk/bsd.gnome.mk | |
parent | 6a1c096e732a51865c1dbf876735653f888d8556 (diff) | |
download | ports-9ca2ad6a8e6dd188870a3a2a97cc44e3f323f3a2.tar.gz ports-9ca2ad6a8e6dd188870a3a2a97cc44e3f323f3a2.zip |
Notes
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 61e045976615..fe2b4992b5dd 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -464,6 +464,7 @@ HAVE_GNOME+= ${component} # backward compatibility with old ports that have not converted to the new # GNOME infrastructure. .if defined(USE_GTK) +USE_XLIB= yes USE_GNOME+= gtk12 .endif # End of obsolete macros |