diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-10-30 04:52:32 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-10-30 04:52:32 +0800 |
commit | bb6a31683cdc3e478874cdb67b5148e3df4d9d6a (patch) | |
tree | 42326f3e835c30c96afbfee7a1db062e5a375995 /lang/python/Makefile | |
parent | cd540246efe2ececbb9891b5a6ca1995465f6d63 (diff) | |
download | freebsd-ports-gnome-bb6a31683cdc3e478874cdb67b5148e3df4d9d6a.tar.gz freebsd-ports-gnome-bb6a31683cdc3e478874cdb67b5148e3df4d9d6a.tar.zst freebsd-ports-gnome-bb6a31683cdc3e478874cdb67b5148e3df4d9d6a.zip |
Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't have
access to other arches yet), and enable it on freebsd5 (it's enabled on
freebsd4 OOB).
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r-- | lang/python/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 00d8a0faa350..48881c64f3e8 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -7,6 +7,7 @@ PORTNAME= python PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= ${MASTER_SITE_PYTHON} MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR} |