diff options
author | petef <petef@FreeBSD.org> | 2003-05-19 08:20:42 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-19 08:20:42 +0800 |
commit | f3272948f9971b1fcefb07634caf46de2ab0ea30 (patch) | |
tree | d3b8dd51040777608819aa176a8963574b6b2bea /net/libyahoo2/Makefile | |
parent | d0f6863181f92caf90ccb098abde01da3fae06b4 (diff) | |
download | freebsd-ports-gnome-f3272948f9971b1fcefb07634caf46de2ab0ea30.tar.gz freebsd-ports-gnome-f3272948f9971b1fcefb07634caf46de2ab0ea30.tar.zst freebsd-ports-gnome-f3272948f9971b1fcefb07634caf46de2ab0ea30.zip |
- use pkg-config and install .pc file to the correct spot
- sort pkg-plist correctly
- bump PORTREVISION
PR: 52139
Submitted by: Ports Fury
Diffstat (limited to 'net/libyahoo2/Makefile')
-rw-r--r-- | net/libyahoo2/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/libyahoo2/Makefile b/net/libyahoo2/Makefile index de57ea50f7df..8b3310ec70b0 100644 --- a/net/libyahoo2/Makefile +++ b/net/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> |