diff options
author | danfe <danfe@FreeBSD.org> | 2008-07-24 02:08:32 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-07-24 02:08:32 +0800 |
commit | e8868fd9e54cdc8f7e27597638131c6fcaca01c9 (patch) | |
tree | 6458701d123d6b2be94a52794f23d35e65cb9e41 /x11-toolkits | |
parent | a2c31a7b5ccae8efb01e2afbb1274fc31adaced0 (diff) | |
download | freebsd-ports-gnome-e8868fd9e54cdc8f7e27597638131c6fcaca01c9.tar.gz freebsd-ports-gnome-e8868fd9e54cdc8f7e27597638131c6fcaca01c9.tar.zst freebsd-ports-gnome-e8868fd9e54cdc8f7e27597638131c6fcaca01c9.zip |
- Augment master sites per portlint(1)
- Kill extraneous whitespace
Diffstat (limited to 'x11-toolkits')
-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> |