diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 12:24:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 12:24:26 +0000 |
commit | 1a90c9af172a823447ecd4ccca8e4d600c19183f (patch) | |
tree | fb2a7ca794683b48a96553e2bef2cef6d1f963c8 /multimedia | |
parent | update sqwebmail 5.6.1 (diff) |
Mark MAKE_JOBS_SAFE
Notes
Notes:
svn path=/head/; revision=317656
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/subtitleeditor/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile index 544606e59473..3b45a00d3970 100644 --- a/multimedia/subtitleeditor/Makefile +++ b/multimedia/subtitleeditor/Makefile @@ -24,8 +24,11 @@ USE_GNOME= gtk20 USE_GSTREAMER= good INSTALLS_ICONS= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib + PLIST_SUB= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}" MAN1= subtitleeditor.1 |