diff options
author | netchild <netchild@FreeBSD.org> | 2008-04-25 23:54:17 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2008-04-25 23:54:17 +0800 |
commit | de193f93ed8cd9e60ff36330517f7548360a3c84 (patch) | |
tree | 39be666a27de568a0159e988018949db6679d1f9 /multimedia/nmm/Makefile | |
parent | 0022aaf58661d515f5623aa01309d920c9166acc (diff) | |
download | freebsd-ports-gnome-de193f93ed8cd9e60ff36330517f7548360a3c84.tar.gz freebsd-ports-gnome-de193f93ed8cd9e60ff36330517f7548360a3c84.tar.zst freebsd-ports-gnome-de193f93ed8cd9e60ff36330517f7548360a3c84.zip |
- Patch: TCP_CORK (Linux) is similar to TCP_NOPUSH (since FreeBSD 4.5)
- TODO removal: OSS audio support is available already
Diffstat (limited to 'multimedia/nmm/Makefile')
-rw-r--r-- | multimedia/nmm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/nmm/Makefile b/multimedia/nmm/Makefile index 6508fb6132ab..11324d644107 100644 --- a/multimedia/nmm/Makefile +++ b/multimedia/nmm/Makefile @@ -7,6 +7,7 @@ PORTNAME= nmm PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.motama.com/download/ @@ -78,8 +79,6 @@ post-install: # ## TODO # -# - OSS audio support -# to be written from scratch # - libraw1394 (SF) # for firewire support # - libliveMedia (live555.com) |