summaryrefslogtreecommitdiff
path: root/graphics/xbmbrowser/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-11 15:43:15 +0000
committerjlam <jlam>2001-12-11 15:43:15 +0000
commitef7a481e0177aff3d384b0ac7585d34b7484de1c (patch)
treea151bd6a10e75e9e3327afd24422669392845a46 /graphics/xbmbrowser/Makefile
parentcf239ce2fa15ca0568a56e82bd7e644d8deed3d9 (diff)
downloadpkgsrc-ef7a481e0177aff3d384b0ac7585d34b7484de1c.tar.gz
Use xpm/buildlink.mk instead of USE_XPM, and find the xpm headers in
${BUILDLINK_DIR}. This fixes the problem noted in pkg/14910 by Robert Elz <kre@munnari.OZ.AU>.
Diffstat (limited to 'graphics/xbmbrowser/Makefile')
-rw-r--r--graphics/xbmbrowser/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile
index 3c6e7963cf4..3125bd0a026 100644
--- a/graphics/xbmbrowser/Makefile
+++ b/graphics/xbmbrowser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 15:22:35 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/12/11 15:43:15 jlam Exp $
# FreeBSD: Makefile,v 1.3 1997/08/26 07:12:20 tg Exp
#
@@ -12,6 +12,6 @@ COMMENT= View complete directories of X bitmaps and X pixmaps
USE_IMAKE= YES
USE_GMAKE= YES
-USE_XPM= YES
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"