summaryrefslogtreecommitdiff
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-20 23:54:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-20 23:54:41 +0000
commit8d04ce05b265c65aa89b7c76d9add5aae414a657 (patch)
tree506945b5c75dc7d4db3a978781c82c2e46b99cf2 /Mk/bsd.gnome.mk
parentUSE_IMLIB is deprecated. Switching all USE_IMLIB references to appropriate (diff)
Remove USE_ESOUND and USE_IMLIB compatibility macros now that Adam has
sanitized the tree.
Notes
Notes: svn path=/head/; revision=79383
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r--Mk/bsd.gnome.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 2a822eb389ea..8db9368d4594 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -453,12 +453,6 @@ HAVE_GNOME+= ${component}
.if defined(USE_GTK)
USE_GNOME+= gtk12
.endif
-.if defined(USE_ESOUND)
-USE_GNOME+= esound
-.endif
-.if defined(USE_IMLIB)
-USE_GNOME+= imlib
-.endif
# End of obsolete macros
.if defined(USE_GNOME)