diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-23 21:14:39 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-23 21:14:39 +0000 |
commit | c6a2501ef2a438d205325e3d382a031aa8486319 (patch) | |
tree | e2bedddab94c31b6b603a72007f201b1fd00c442 /multimedia/openmovieeditor | |
parent | ea074376d39570a02a19abe6cb0a09507466fa0a (diff) | |
download | ports-c6a2501ef2a438d205325e3d382a031aa8486319.tar.gz ports-c6a2501ef2a438d205325e3d382a031aa8486319.zip |
Notes
Diffstat (limited to 'multimedia/openmovieeditor')
-rw-r--r-- | multimedia/openmovieeditor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/openmovieeditor/Makefile b/multimedia/openmovieeditor/Makefile index 6c9dd8df251a..ba7026ad7b58 100644 --- a/multimedia/openmovieeditor/Makefile +++ b/multimedia/openmovieeditor/Makefile @@ -7,7 +7,7 @@ PORTNAME= openmovieeditor PORTVERSION= 0.0.20090105 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF @@ -33,7 +33,7 @@ USE_GMAKE= yes USE_GL= yes USE_GNOME= glib20 CONFIGURE_ARGS= CPPFLAGS="-I${WRKSRC}/src/tinyxml -I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib/portaudio2 -L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib/portaudio2 -L${LOCALBASE}/lib `fltk-config --ldflags`" PORTDOCS= * |