diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-08 01:11:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-08 01:11:35 +0000 |
commit | e2a8beadf54ecfd9d5a2b019f4c08275f299475b (patch) | |
tree | 8b6ef04c08827559689094f2a1f22492b3f5a1dd /Mk/bsd.gnome.mk | |
parent | c7873456d48e870cfa3227bdd8829a225919ff51 (diff) | |
download | ports-e2a8beadf54ecfd9d5a2b019f4c08275f299475b.tar.gz ports-e2a8beadf54ecfd9d5a2b019f4c08275f299475b.zip |
Notes
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index a4b61b8e8e5a..f7d03b372e7c 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -435,13 +435,13 @@ HAVE_GNOME+= ${component} # backward compatibility with old ports that have not converted to the new # GNOME infrastructure. .if defined(USE_GTK) -USE_GNOME= gtk12 +USE_GNOME+= gtk12 .endif .if defined(USE_ESOUND) -USE_GNOME= esound +USE_GNOME+= esound .endif .if defined(USE_IMLIB) -USE_GNOME= imlib +USE_GNOME+= imlib .endif # End of obsolete macros @@ -449,7 +449,7 @@ USE_GNOME= imlib # Hack USE_GNOME to the modular infrastructure for port maintainers that # didn't do so themselves. New ports should NOT set USE_GNOME=yes. . if ${USE_GNOME}=="yes" -USE_GNOME=gnomeprefix gnomehack gtkhtml libpanel +USE_GNOME+=gnomeprefix gnomehack gtkhtml libpanel . endif # Set a reasonable (overrideable) configure target for GNOME apps. |