aboutsummaryrefslogtreecommitdiff
path: root/devel/libole2
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:23:01 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:23:01 +0000
commitd0cdca8bc326260560504ebb5d4b206942ca5125 (patch)
tree6587afa98b84aaf9066d2a7b78f8da1485a724c6 /devel/libole2
parent21c8c41b3935dac375af7c65b62d8b8700f47733 (diff)
downloadports-d0cdca8bc326260560504ebb5d4b206942ca5125.tar.gz
ports-d0cdca8bc326260560504ebb5d4b206942ca5125.zip
Implement USE_GLIB.
Notes
Notes: svn path=/head/; revision=33423
Diffstat (limited to 'devel/libole2')
-rw-r--r--devel/libole2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile
index 8a8a2edc5062..6bdc9b1dfd52 100644
--- a/devel/libole2/Makefile
+++ b/devel/libole2/Makefile
@@ -13,13 +13,9 @@ MASTER_SITE_SUBDIR= unstable/sources/libole2
MAINTAINER= ade@FreeBSD.org
-LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-
USE_GMAKE= yes
+USE_GLIB= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
.include <bsd.port.mk>