diff options
author | wg <wg@FreeBSD.org> | 2014-09-03 07:21:59 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-09-03 07:21:59 +0800 |
commit | e540dc15ea11f557fc1678336955b629e8284a66 (patch) | |
tree | 7edc7ab39b1b9397ee3a8e08fd788d11d1377d29 /devel | |
parent | f280b68cb30d20d2cbd6828b939b50ee54637cc5 (diff) | |
download | freebsd-ports-gnome-e540dc15ea11f557fc1678336955b629e8284a66.tar.gz freebsd-ports-gnome-e540dc15ea11f557fc1678336955b629e8284a66.tar.zst freebsd-ports-gnome-e540dc15ea11f557fc1678336955b629e8284a66.zip |
devel/Makefile: forgot to hook up py-path.py
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1d72aef57f83..c55bb333c4bb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3786,6 +3786,7 @@ SUBDIR += py-ordereddict SUBDIR += py-parsedatetime SUBDIR += py-parsing + SUBDIR += py-path.py SUBDIR += py-pathtools SUBDIR += py-paver SUBDIR += py-pbr |