diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 06:31:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 06:31:38 +0800 |
commit | 4ac5928ded2aa1ad804baaaaf3582ba7e8a789f1 (patch) | |
tree | a1b48ae17cce6abbd28f23dfd05e44010cc2943d /multimedia | |
parent | f6592bf7d526fc9396c278bd3c6b0fae0c551229 (diff) | |
download | freebsd-ports-gnome-4ac5928ded2aa1ad804baaaaf3582ba7e8a789f1.tar.gz freebsd-ports-gnome-4ac5928ded2aa1ad804baaaaf3582ba7e8a789f1.tar.zst freebsd-ports-gnome-4ac5928ded2aa1ad804baaaaf3582ba7e8a789f1.zip |
Add an explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/openmovieeditor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/openmovieeditor/Makefile b/multimedia/openmovieeditor/Makefile index d0e7114c317f..4f2a554e066f 100644 --- a/multimedia/openmovieeditor/Makefile +++ b/multimedia/openmovieeditor/Makefile @@ -24,8 +24,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmpeg3.a:${PORTSDIR}/multimedia/libmpeg3 \ ${LOCALBASE}/lib/libquicktime/lqt_lame.so:${PORTSDIR}/multimedia/libquicktime-lame RUN_DEPENDS= ${LOCALBASE}/lib/libquicktime/lqt_lame.so:${PORTSDIR}/multimedia/libquicktime-lame +USES= gmake pkgconfig GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GL= yes USE_GNOME= glib20 CONFIGURE_ARGS= CPPFLAGS="-I${WRKSRC}/src/tinyxml -I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include" \ |