diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2006-12-11 14:10:50 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2006-12-11 14:10:50 +0000 |
commit | 8dbd3ea5794e706186015944aded7fe9f1bdc315 (patch) | |
tree | 579911a10868214a80d987d88f522dcc66ace484 | |
parent | Fix pkg-plist info to unbreak net/py-libdnet (diff) |
Unbreak via net/libdnet commit.
PR: 104364
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
Approved by: tmclaugh (implicit)
Notes
Notes:
svn path=/head/; revision=179493
-rw-r--r-- | net/py-libdnet/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile index aaf4c7c55ede..edd2ff2b4464 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -7,8 +7,6 @@ COMMENT= Python module for libdnet -BROKEN= Incomplete pkg-plist - MASTERDIR= ${.CURDIR}/../libdnet BUILD_PYTHON_MODULE= yes |