diff options
Diffstat (limited to 'x11/xlupe/Makefile')
-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" |