aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/gmencoder/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/gmencoder/Makefile b/multimedia/gmencoder/Makefile
index ab093de204a4..712a3581ec58 100644
--- a/multimedia/gmencoder/Makefile
+++ b/multimedia/gmencoder/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmencoder
PORTVERSION= 0.1.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -24,10 +24,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
-USE_REINPLACE= yes
+USE_GETTEXT= yes
MAN1= gmencoder.1
+DESKTOP_ENTRIES= "Gmencoder" "Gnome2 front-end to mplayer/mencoder" \
+ "" "gmencoder" "GNOME;Application;AudioVideo;" false
+
.include <bsd.port.pre.mk>
.if defined(WITH_DVD_DEVICE)