diff options
author | Michal Zielonka <michal.zielonka.8001@gmail.com> | 2022-09-20 17:47:40 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2022-10-15 10:46:46 +0000 |
commit | e3b732b4791c01bdeeb671ffb557c1914763249f (patch) | |
tree | a0a745f340d9d73c9e90a998670e76d457e77a8e /graphics/gstreamer1-plugins-libvisual | |
parent | 90c241c4254b18ecb7db10e3de9748970845e96a (diff) |
Diffstat (limited to 'graphics/gstreamer1-plugins-libvisual')
-rw-r--r-- | graphics/gstreamer1-plugins-libvisual/Makefile | 6 | ||||
-rw-r--r-- | graphics/gstreamer1-plugins-libvisual/pkg-plist | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics/gstreamer1-plugins-libvisual/Makefile b/graphics/gstreamer1-plugins-libvisual/Makefile index b92503806e7c..619fdcb8d34d 100644 --- a/graphics/gstreamer1-plugins-libvisual/Makefile +++ b/graphics/gstreamer1-plugins-libvisual/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= GStreamer libvisual plugin @@ -8,4 +8,8 @@ DIST= base MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libvisual-0.4.so:graphics/libvisual04 + .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer1-plugins-libvisual/pkg-plist b/graphics/gstreamer1-plugins-libvisual/pkg-plist new file mode 100644 index 000000000000..ba6965efb4ec --- /dev/null +++ b/graphics/gstreamer1-plugins-libvisual/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstlibvisual.so |