diff options
author | jlam <jlam> | 2001-09-12 02:30:23 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-12 02:30:23 +0000 |
commit | 934fb469f9f46d3990dc11561919a52825cf49c4 (patch) | |
tree | 59a34824f61e57f50cdc768c1d85d80046c79b13 /misc/xrolodex | |
parent | b79c3166266d29ac2956e1ce9e14e0756a75e2d5 (diff) | |
download | pkgsrc-934fb469f9f46d3990dc11561919a52825cf49c4.tar.gz |
Use ${MOTIFLIB} instead of just "-lXm".
Diffstat (limited to 'misc/xrolodex')
-rw-r--r-- | misc/xrolodex/Makefile | 4 |
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" |