diff options
author | wiz <wiz> | 2002-10-21 01:49:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-21 01:49:28 +0000 |
commit | 98d4cbb0cbd848d6609b2a87674763a50feafdc7 (patch) | |
tree | 03fca7e8e807b39a90141e3457d2a36d5caa42b6 /x11 | |
parent | 7309aa4e0deab154defbf51cdbc5ff31abe1fca9 (diff) | |
download | pkgsrc-98d4cbb0cbd848d6609b2a87674763a50feafdc7.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlupe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index 930c7e4a887..3ffc110236c 100644 --- a/x11/xlupe/Makefile +++ b/x11/xlupe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/20 22:29:32 pooka Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/21 01:49:28 wiz Exp $ # DISTNAME= xlupe-1.1 @@ -9,7 +9,8 @@ MAINTAINER= coto@core.de HOMEPAGE= http://core.de/~coto/xlupe/ COMMENT= magnifier for X +USE_BUILDLINK2= yes USE_IMAKE= yes -USE_XPM= yes +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |