aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-03 22:31:32 +0800
committermiwi <miwi@FreeBSD.org>2014-02-03 22:31:32 +0800
commit01f11148157a6abdecd28ad89535bf96c408f11f (patch)
tree65c5d3791659aa90eb404b06d0b998de6ea7c94d /multimedia
parent1596a130f8bacf00e23cdd006b108442a821273d (diff)
downloadfreebsd-ports-gnome-01f11148157a6abdecd28ad89535bf96c408f11f.tar.gz
freebsd-ports-gnome-01f11148157a6abdecd28ad89535bf96c408f11f.tar.zst
freebsd-ports-gnome-01f11148157a6abdecd28ad89535bf96c408f11f.zip
- Stage support
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/assimp/Makefile1
-rw-r--r--multimedia/libbluray/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile
index 7e756c87a951..88c939e3670e 100644
--- a/multimedia/assimp/Makefile
+++ b/multimedia/assimp/Makefile
@@ -24,7 +24,6 @@ USE_LDCONFIG= yes
# CMAKE_ARGS instructs cmake to skip runtime path removal during install
CMAKE_ARGS+= "-DCMAKE_SKIP_RPATH=ON"
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
${WRKSRC}/CMakeLists.txt
diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile
index 9e87edb72343..807e1c4aaad0 100644
--- a/multimedia/libbluray/Makefile
+++ b/multimedia/libbluray/Makefile
@@ -30,7 +30,6 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \
OPTIONS_DEFINE= JAVA
JAVA_DESC= Enable Blu-Ray Java support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MJAVA}