diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-31 02:31:17 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-31 02:31:17 +0000 |
commit | 7d76a5a461cbf2a36009f133d2c1362f34a23ffa (patch) | |
tree | 1775c47f45d0b73539426a38aeaa06e21a13be8c /multimedia/gnome-subtitles/Makefile | |
parent | 61cbb12adcaa3b2f11045b6811fcc8c4a35be324 (diff) |
Notes
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 cb93eb3c4353..63a9d4dde140 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 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,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 |