diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-04 02:00:45 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-04 02:00:45 +0000 |
commit | 315286b84bd8f55c57f59df11a7b363da44b3a45 (patch) | |
tree | b2a51c7ba098d8ec37a6d472fd68708490f6f8f6 /multimedia/gstreamer-pitfdll | |
parent | a2d0ac6c0bdda037d93e69f02693971143107b99 (diff) |
Notes
Diffstat (limited to 'multimedia/gstreamer-pitfdll')
-rw-r--r-- | multimedia/gstreamer-pitfdll/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/gstreamer-pitfdll/Makefile b/multimedia/gstreamer-pitfdll/Makefile index 5539a340aed1..e5140a9be698 100644 --- a/multimedia/gstreamer-pitfdll/Makefile +++ b/multimedia/gstreamer-pitfdll/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer-pitfdll PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pitfdll @@ -27,9 +27,7 @@ USE_GNOME= gnometarget USE_GSTREAMER80= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="${GST_VERSION}" - -GST_VERSION= 0.8 +PLIST_SUB= VERSION="${GST80_VERSION}" post-patch: @${REINPLACE_CMD} -e 's|/usr/lib/win32|${LOCALBASE}/lib/win32|g' \ |