aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2014-07-05 17:04:12 +0800
committerrobak <robak@FreeBSD.org>2014-07-05 17:04:12 +0800
commit671193de27c5bc1728f8d89ebeaadd760baeca88 (patch)
tree38e66b6bc5a9d62eb41bc27efd0cfcd7e6706eaa
parent6a1c7e1eb4f111e3cfb04a5aa38f76c46413dc3a (diff)
downloadfreebsd-ports-gnome-671193de27c5bc1728f8d89ebeaadd760baeca88.tar.gz
freebsd-ports-gnome-671193de27c5bc1728f8d89ebeaadd760baeca88.tar.zst
freebsd-ports-gnome-671193de27c5bc1728f8d89ebeaadd760baeca88.zip
devel/py-event: convert to new LIB_DEPENDS format
Approved by: marino (mentor), portmgr (blanket)
-rw-r--r--devel/py-event/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-event/Makefile b/devel/py-event/Makefile
index 4141e20029b0..ad08db108107 100644
--- a/devel/py-event/Makefile
+++ b/devel/py-event/Makefile
@@ -12,7 +12,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Python bindings for libevent
-LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent
PROJECTHOST= pyevent
USE_PYTHON= yes