diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-05 20:47:47 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-05 20:47:47 +0000 |
commit | f1ac7a8a78304e1eb1cc75a895698f230d011aef (patch) | |
tree | 424235145d6c1be3c37368c6956b0402a007fdfa /Mk | |
parent | 8248565c0dcfefb5df920aa9ff9ed2b85fabf5bf (diff) | |
download | FreeBSD-ports-f1ac7a8a78304e1eb1cc75a895698f230d011aef.zip FreeBSD-ports-f1ac7a8a78304e1eb1cc75a895698f230d011aef.tar.gz |
Remove the old USE_GNOMECTRL macro as no more ports are using it.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 83d0dc3..f9954f6 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -443,9 +443,6 @@ USE_GNOME= imlib .if defined(USE_GLIB) USE_GNOME= glib12 .endif -.if defined(USE_GNOMECTRL) -USE_GNOME= gnomeprefix gnomehack libcapplet -.endif # Hack USE_GNOME to the modular infrastructure for port maintainers that # didn't do so themselves. This will allow us to get rid of the old |