diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-05 22:08:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-05 22:08:44 +0800 |
commit | b7db8943f5da6dffe0b26fc3936bf43fc07bcc42 (patch) | |
tree | 8259587a630bc503ce05a0f3a4d09ad1dc5a5f91 | |
parent | b65bc311caf5423163c8972344f1777264fc448b (diff) | |
download | freebsd-ports-gnome-b7db8943f5da6dffe0b26fc3936bf43fc07bcc42.tar.gz freebsd-ports-gnome-b7db8943f5da6dffe0b26fc3936bf43fc07bcc42.tar.zst freebsd-ports-gnome-b7db8943f5da6dffe0b26fc3936bf43fc07bcc42.zip |
- Fix INDEX
Pointyhat to: edwin
Approved by: pav
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index eadb4f8b1ad7..53b891239a88 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -319,7 +319,7 @@ gst_nas_PLIST_FILES= ${GST_LIB_DIR}/libgstnassink.a \ ${GST_LIB_DIR}/libgstnassink.so # neon -gst_neon_LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon +gst_neon_LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26 gst_neon_CONFIGURE_ENV+= NEON_CFLAGS="-I${LOCALBASE}/include/neon" gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.a \ ${GST_LIB_DIR}/libgstneonhttpsrc.la \ |