diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-04 11:21:33 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-04 11:21:33 +0000 |
commit | fc68f5345b0078142296e453e309972a453d281d (patch) | |
tree | a48cae9aaf0a0de30f120a0efb23211de9d8a014 | |
parent | 5cc18bcd5dbf286f1190dc92367f43bebf10bbeb (diff) | |
download | freebsd-ports-fc68f5345b0078142296e453e309972a453d281d.zip |
- Fix plist on gstreamer-plugins-libpng80
Reported by: pointyhat via kris
-rw-r--r-- | graphics/gstreamer-plugins-libpng80/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gstreamer-plugins-libpng80/Makefile b/graphics/gstreamer-plugins-libpng80/Makefile index 38bfc8931d70..895c5b36b2c4 100644 --- a/graphics/gstreamer-plugins-libpng80/Makefile +++ b/graphics/gstreamer-plugins-libpng80/Makefile @@ -7,7 +7,7 @@ # CATEGORIES= graphics -PORTREVISION= 2 +PORTREVISION= 4 COMMENT= Gstreamer png plugin diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index b080a69004b3..c92d6d1af630 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -458,6 +458,8 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \ ${GST_LIB_DIR}/libgstpng.la \ ${GST_LIB_DIR}/libgstpng.a \ ${GST_LIB_DIR}/libgstpng.la \ + ${GST_LIB_DIR}/libgstsnapshot.a \ + ${GST_LIB_DIR}/libgstsnapshot.la \ ${GST_LIB_DIR}/libgstsnapshot.so .endif |