summaryrefslogtreecommitdiff
path: root/x11/fox/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-11 17:22:55 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-11 17:22:55 +0000
commitaa53ce07af81627422b3c0b6f4a14f4b642a5cbe (patch)
treec8057a9c0d77250df115e957180e04d9c0c8d9c0 /x11/fox/Makefile
parent9d5236d510e91a57a227cb82251218ef9724aa44 (diff)
downloadpkgsrc-aa53ce07af81627422b3c0b6f4a14f4b642a5cbe.tar.gz
bl3ify
Diffstat (limited to 'x11/fox/Makefile')
-rw-r--r--x11/fox/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile
index 72a6754f6d4..da860822d7f 100644
--- a/x11/fox/Makefile
+++ b/x11/fox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/03 18:49:55 reed Exp $
+# $NetBSD: Makefile,v 1.17 2004/03/11 17:22:55 xtraeme Exp $
#
DISTNAME= fox-1.0.43
@@ -10,7 +10,7 @@ MAINTAINER= sakamoto@NetBSD.org
HOMEPAGE= http://www.fox-toolkit.org/
COMMENT= Fast and extensive C++ GUI toolkit
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
USE_X11= # defined
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
@@ -20,9 +20,9 @@ CONFIGURE_ARGS+= --with-x
CONFIFURE_ARGS+= --with-shm=yes
CONFIGURE_ARGS+= --enable-release
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../graphics/tiff/buildlink2.mk"
-.include "../../graphics/MesaLib/buildlink2.mk"
-.include "../../graphics/glu/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"