diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:23:01 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:23:01 +0000 |
commit | d0cdca8bc326260560504ebb5d4b206942ca5125 (patch) | |
tree | 6587afa98b84aaf9066d2a7b78f8da1485a724c6 /net/gnet/Makefile | |
parent | 21c8c41b3935dac375af7c65b62d8b8700f47733 (diff) | |
download | ports-d0cdca8bc326260560504ebb5d4b206942ca5125.tar.gz ports-d0cdca8bc326260560504ebb5d4b206942ca5125.zip |
Notes
Diffstat (limited to 'net/gnet/Makefile')
-rw-r--r-- | net/gnet/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/gnet/Makefile b/net/gnet/Makefile index b30b57b39b11..d693d3a0917d 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -12,12 +12,8 @@ MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 - -GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config - +USE_GLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include <bsd.port.mk> |