diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-31 07:22:13 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-31 07:22:13 +0000 |
commit | d2182f50d32a1af706de9702949eab79ed610f10 (patch) | |
tree | e984bc93a1305f2f4bd093e950f805d1c5efb049 /net-im/libyahoo2/Makefile | |
parent | update graphics/swfdec: (diff) |
update net/libyahoo2:
- Rearrange USE_GNOME
PR: 55063
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=86021
Diffstat (limited to 'net-im/libyahoo2/Makefile')
-rw-r--r-- | net-im/libyahoo2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index ab4648b953a6..03a0a154dd47 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -15,11 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A C library that handles the new Yahoo! Messenger protocol -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_BZIP2= yes -USE_GNOME= gnomehack glib20 +USE_GNOME= glib20 gnomehack gnometarget GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |