diff options
Diffstat (limited to 'multimedia/gnome-subtitles/Makefile')
-rw-r--r-- | multimedia/gnome-subtitles/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/gnome-subtitles/Makefile b/multimedia/gnome-subtitles/Makefile index d496f0896..5a8f411ef 100644 --- a/multimedia/gnome-subtitles/Makefile +++ b/multimedia/gnome-subtitles/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome-subtitles -PORTVERSION= 0.5.1 +PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -20,7 +20,10 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono USE_GMAKE= yes USE_GNOME= gnomeprefix gtksharp20 gnomesharp20 gnomedocutils +USE_GETTEXT= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= gnome-subtitles.schemas INSTALLS_OMF= yes INSTALLS_ICONS= yes |