summaryrefslogtreecommitdiff
path: root/misc/xrolodex
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-12 02:30:23 +0000
committerjlam <jlam>2001-09-12 02:30:23 +0000
commit4608d3f96a6d1f3093b1370bc0748d06498197fa (patch)
tree59a34824f61e57f50cdc768c1d85d80046c79b13 /misc/xrolodex
parent50d10cf138160d7fa9e748ea94d465b87dc8de17 (diff)
downloadpkgsrc-4608d3f96a6d1f3093b1370bc0748d06498197fa.tar.gz
Use ${MOTIFLIB} instead of just "-lXm".
Diffstat (limited to 'misc/xrolodex')
-rw-r--r--misc/xrolodex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xrolodex/Makefile b/misc/xrolodex/Makefile
index 0e3d09b3bf5..3b4fa80d7e6 100644
--- a/misc/xrolodex/Makefile
+++ b/misc/xrolodex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/09/08 19:55:46 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2001/09/12 02:30:23 jlam Exp $
DISTNAME= xrolodex.1.5.motif
PKGNAME= xrolodex-1.5
@@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net
COMMENT= Motif/X11 rolodex application
WRKSRC= ${WRKDIR}/xrolodex.15
-MAKE_ENV+= XMLIB='-lXm'
+MAKE_ENV+= XMLIB="${MOTIFLIB}"
USE_IMAKE= yes
.include "../../mk/motif.buildlink.mk"