diff options
author | snj <snj@pkgsrc.org> | 2004-04-19 04:53:58 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-19 04:53:58 +0000 |
commit | 9edc500cf4a7a1a328bf03bf3c3bc8a4808076ec (patch) | |
tree | a285b4c763a9339088a7c9998af398a50cec6645 /x11/xlupe | |
parent | 6f5834161677def30213e3bb6c988e8df8f49a41 (diff) | |
download | pkgsrc-9edc500cf4a7a1a328bf03bf3c3bc8a4808076ec.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/xlupe')
-rw-r--r-- | x11/xlupe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index 0ba07f7377b..7e0551e0613 100644 --- a/x11/xlupe/Makefile +++ b/x11/xlupe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:38:33 martti Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/19 05:09:07 snj Exp $ # DISTNAME= xlupe-1.1 @@ -9,8 +9,8 @@ MAINTAINER= coto@core.de HOMEPAGE= http://core.de/~coto/xlupe/ COMMENT= Magnifier for X -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_IMAKE= yes -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |