diff options
author | tron <tron@pkgsrc.org> | 2001-08-06 08:11:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-06 08:11:41 +0000 |
commit | 68ee306500863209ab373d542a1b9c2c2670a11e (patch) | |
tree | e25c02681c0af5dcc0f148aabb803ad2fa465b5b /graphics/xli | |
parent | 840d01b00a55219074b7c5050842897c5571ab45 (diff) | |
download | pkgsrc-68ee306500863209ab373d542a1b9c2c2670a11e.tar.gz |
Fix build on systems without "xpkwedge" installed.
Diffstat (limited to 'graphics/xli')
-rw-r--r-- | graphics/xli/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 0682a8c399e..777e4f3bffe 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/06/29 18:32:01 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/08/06 08:11:41 tron Exp $ DISTNAME= xli-1.16nb1 CATEGORIES= graphics x11 @@ -10,9 +10,11 @@ DISTFILES= xli.1.16.tar.gz \ MAINTAINER= packages@netbsd.org COMMENT= Version of xloadimage, an X11 Image Loading Utility -USE_BUILDLINK_ONLY= yes -NO_WRKSUBDIR= yes -USE_IMAKE= yes +USE_BUILDLINK_ONLY= YES +NO_WRKSUBDIR= YES +USE_IMAKE= YES + +LDFLAGS+= -L${X11BASE}/lib pre-patch: @${PATCH} -d ${WRKSRC} -s -p1 < ${WRKSRC}/png.patch |