diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-07-23 18:08:32 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-07-23 18:08:32 +0000 |
commit | bc3a91b5062e968c8d580d0334a658c57c3e471e (patch) | |
tree | e97f582ed30ebba114749704421f343a415a4393 | |
parent | 7e441fddcf944f05435d3b1d19b57cfb84d69982 (diff) |
Notes
-rw-r--r-- | x11-toolkits/nucleo/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index e2bd86c16cc4..fb347139fb1d 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -9,7 +9,8 @@ PORTNAME= nucleo PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= http://insitu.lri.fr/metisse/download/latest/ +MASTER_SITES= http://insitu.lri.fr/metisse/download/latest/ \ + http://freebsd.nsu.ru/distfiles/metisse/ MAINTAINER= danfe@FreeBSD.org COMMENT= Toolkit to explore video and human-computer interaction @@ -26,9 +27,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes -OPTIONS= EXIF "Build with EXIF support" on \ - DNSSD "Build with DNS-SD support" off \ - QT4 "Enable Qt4 plugin" off +OPTIONS= EXIF "Build with EXIF support" on \ + DNSSD "Build with DNS-SD support" off \ + QT4 "Enable Qt4 plugin" off .include <bsd.port.pre.mk> |