diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-29 23:03:03 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-29 23:03:03 +0000 |
commit | d8e1e16e64701b6d51c9402ad779fd5560b8ce51 (patch) | |
tree | 266f139932061c245ade2aa3ef5c087c802dc5e3 /audio/gstreamer-plugins-polyp80/Makefile | |
parent | 96ae3a6609c06c520d2aad7f2f89fb23d7b54e8e (diff) | |
download | ports-d8e1e16e64701b6d51c9402ad779fd5560b8ce51.tar.gz ports-d8e1e16e64701b6d51c9402ad779fd5560b8ce51.zip |
Notes
Diffstat (limited to 'audio/gstreamer-plugins-polyp80/Makefile')
-rw-r--r-- | audio/gstreamer-plugins-polyp80/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/gstreamer-plugins-polyp80/Makefile b/audio/gstreamer-plugins-polyp80/Makefile index 5c61725e6c68..37f6121797f7 100644 --- a/audio/gstreamer-plugins-polyp80/Makefile +++ b/audio/gstreamer-plugins-polyp80/Makefile @@ -3,15 +3,16 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-polyp80/Makefile,v 1.3 2006/04/22 03:46:50 marcus Exp $ # CATEGORIES= audio -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Gstreamer polypaudio sound server plugin GST_PLUGIN= polyp -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 .include "${MASTERDIR}/Makefile" |