diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-28 20:11:50 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-28 20:11:50 +0800 |
commit | d9bd54dbbf0ce1dc86600a6ffe8be6491bc140df (patch) | |
tree | 043131ec6e29189d734f97adcbdd45b6e9753052 | |
parent | 4e6dbca76faac106057acdeb8bd68180d52f427d (diff) | |
download | freebsd-ports-gnome-d9bd54dbbf0ce1dc86600a6ffe8be6491bc140df.tar.gz freebsd-ports-gnome-d9bd54dbbf0ce1dc86600a6ffe8be6491bc140df.tar.zst freebsd-ports-gnome-d9bd54dbbf0ce1dc86600a6ffe8be6491bc140df.zip |
- Connect python26 and python30 to the build
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 7ecbe1bc5786..c6c7f1332b16 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -266,6 +266,8 @@ SUBDIR += python23 SUBDIR += python24 SUBDIR += python25 + SUBDIR += python26 + SUBDIR += python30 SUBDIR += q SUBDIR += qscheme SUBDIR += quack |