aboutsummaryrefslogtreecommitdiff
path: root/net-im/libyahoo2/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-19 00:20:42 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-19 00:20:42 +0000
commitba8df2c25601c875266bd609da55a6fa17ff40f0 (patch)
tree6aa5797c884bb4f14a77c9cdfc6c97b056dde393 /net-im/libyahoo2/Makefile
parent129071c88ce9553a2ff578e91e49a95deb33a237 (diff)
downloadports-ba8df2c25601c875266bd609da55a6fa17ff40f0.tar.gz
ports-ba8df2c25601c875266bd609da55a6fa17ff40f0.zip
Notes
Diffstat (limited to 'net-im/libyahoo2/Makefile')
-rw-r--r--net-im/libyahoo2/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile
index de57ea50f7df..8b3310ec70b0 100644
--- a/net-im/libyahoo2/Makefile
+++ b/net-im/libyahoo2/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libyahoo2
PORTVERSION= 0.6.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,8 +16,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A C library that handles the new Yahoo! Messenger protocol
-USE_GNOME= glib20
-USE_LIBTOOL= yes
+BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+
+USE_GNOME= gnomehack glib20
+GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>