summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.obsolete.mk
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-23 08:45:40 +0000
committerjlam <jlam>2002-09-23 08:45:40 +0000
commit695e517a1a6eb9fc1713d456b50b179744c5983e (patch)
tree2e5e09469e81c65d3035b2145efdc3810d89e70f /mk/bsd.pkg.obsolete.mk
parentede24bb643359e0ae20d93ab01e088359057e048 (diff)
downloadpkgsrc-695e517a1a6eb9fc1713d456b50b179744c5983e.tar.gz
* buildlink1 -> buildlink2
* Replace ELK_USE_{X11,MOTIF} with ELK_GUI, which is either "none" or is some combination of "xaw" and/or "motif". * Reenable Motif -- it seems to build properly with OpenMotif-2.0.x. * Modernize this package a bit and clean up how linker flags are passed to the build process by using the new variables available.
Diffstat (limited to 'mk/bsd.pkg.obsolete.mk')
-rw-r--r--mk/bsd.pkg.obsolete.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bsd.pkg.obsolete.mk b/mk/bsd.pkg.obsolete.mk
index 096956b66df..fab1dc2cabc 100644
--- a/mk/bsd.pkg.obsolete.mk
+++ b/mk/bsd.pkg.obsolete.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.obsolete.mk,v 1.10 2002/08/29 10:16:44 wiz Exp $
+# $NetBSD: bsd.pkg.obsolete.mk,v 1.11 2002/09/23 08:45:41 jlam Exp $
#
# This file holds make(1) logic to allow obsolete or deprecated variables
# still to be used. These may eventually disappear over time as the contents
@@ -46,3 +46,6 @@ USE_CUPS= YES
PKG_SYSCONFDIR.squid?= ${SQUID_SYSCONFDIR}
.endif
+.if defined(ELK_USE_X11)
+ELK_GUI= xaw
+.endif