diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-31 15:22:13 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-31 15:22:13 +0800 |
commit | a533949c8997fdc9d6a0bbf8b638d3279a74821c (patch) | |
tree | 0583b73b7b464931b0671b7ca9abc74796a68635 /net | |
parent | 6cd05c9e8f12342532b99f0a47d1ed5bbb5e4e5a (diff) | |
download | freebsd-ports-gnome-a533949c8997fdc9d6a0bbf8b638d3279a74821c.tar.gz freebsd-ports-gnome-a533949c8997fdc9d6a0bbf8b638d3279a74821c.tar.zst freebsd-ports-gnome-a533949c8997fdc9d6a0bbf8b638d3279a74821c.zip |
update net/libyahoo2:
- Rearrange USE_GNOME
PR: 55063
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/libyahoo2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/libyahoo2/Makefile b/net/libyahoo2/Makefile index ab4648b953a6..03a0a154dd47 100644 --- a/net/libyahoo2/Makefile +++ b/net/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 |