summaryrefslogtreecommitdiff
path: root/net/linc
diff options
context:
space:
mode:
authorrh <rh>2002-04-27 11:31:23 +0000
committerrh <rh>2002-04-27 11:31:23 +0000
commit9feba1d4ea23f728d7563771e307ea53350b47a5 (patch)
tree1dabdc9a5be2e70a979c0725b40dc2a191ff7cf7 /net/linc
parent88def400f151f83f9cf9a3573160ec1fc1d728e4 (diff)
downloadpkgsrc-9feba1d4ea23f728d7563771e307ea53350b47a5.tar.gz
Add proper LIBTOOL_OVERRIDEs so this actually uses pkgsrc's libtool.
Diffstat (limited to 'net/linc')
-rw-r--r--net/linc/Makefile25
1 files changed, 13 insertions, 12 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile
index 92adc337a14..ab3db7b5fb4 100644
--- a/net/linc/Makefile
+++ b/net/linc/Makefile
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.2 2002/04/27 08:48:33 rh Exp $
+# $NetBSD: Makefile,v 1.3 2002/04/27 11:31:24 rh Exp $
#
-DISTNAME= linc-0.1.21
-PKGREVISION= 1
-CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=pre-gnome2/sources/linc/}
-EXTRACT_SUFX= .tar.bz2
+DISTNAME= linc-0.1.21
+PKGREVISION= 1
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=pre-gnome2/sources/linc/}
+EXTRACT_SUFX= .tar.bz2
-MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://www.gnome.org/
-COMMENT= network client/server library
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= network client/server library
-BUILD_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc
+BUILD_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/pkgconfig/buildlink.mk"
.include "../../devel/glib2/buildlink.mk"