diff options
Diffstat (limited to 'x11-toolkits/gstreamer1-plugins-pango/Makefile')
-rw-r--r-- | x11-toolkits/gstreamer1-plugins-pango/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/gstreamer1-plugins-pango/Makefile b/x11-toolkits/gstreamer1-plugins-pango/Makefile index 546220a3643b..e9cc158bdf99 100644 --- a/x11-toolkits/gstreamer1-plugins-pango/Makefile +++ b/x11-toolkits/gstreamer1-plugins-pango/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= x11-toolkits COMMENT= GStreamer pango textoverlay plugin @@ -8,4 +8,10 @@ DIST= base MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +USE_GNOME= cairo pango +USES= xorg +USE_XORG= x11 xext + .include "${MASTERDIR}/Makefile" |