diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:11:28 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:11:28 +0000 |
commit | 42bc424f618b6148fae4b6088ace14057513f0bc (patch) | |
tree | 950065fafc9374ef5ac291e71c9f3b3434f87377 /graphics/py-graph-dot | |
parent | a46575cc6b74f2c79622412b76ba5fd931d9a326 (diff) |
Notes
Diffstat (limited to 'graphics/py-graph-dot')
-rw-r--r-- | graphics/py-graph-dot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-graph-dot/Makefile b/graphics/py-graph-dot/Makefile index 0aeb9234041d..949a955e53c1 100644 --- a/graphics/py-graph-dot/Makefile +++ b/graphics/py-graph-dot/Makefile @@ -30,5 +30,5 @@ post-stage: add-plist-post: @${REINPLACE_CMD} -e "/readwrite\/__init__.py/d" ${TMPPLIST} - + .include <bsd.port.mk> |