diff options
author | kris <kris@FreeBSD.org> | 2005-12-18 02:39:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-12-18 02:39:13 +0800 |
commit | 8fdafb937d5d1599ac89af5d832bd16b4b6f9621 (patch) | |
tree | 7212efeb28560e02be7926a4abd56eccf9f8d868 /graphics/hugin | |
parent | ae4941e9f3e0b410fd4df8d5b83908df320c3bde (diff) | |
download | freebsd-ports-gnome-8fdafb937d5d1599ac89af5d832bd16b4b6f9621.tar.gz freebsd-ports-gnome-8fdafb937d5d1599ac89af5d832bd16b4b6f9621.tar.zst freebsd-ports-gnome-8fdafb937d5d1599ac89af5d832bd16b4b6f9621.zip |
BROKEN: Does not compile
Diffstat (limited to 'graphics/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index eb31c5e8892d..e7c368f827ff 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -28,6 +28,8 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ RUN_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \ PTStitcher:${PORTSDIR}/graphics/linux-panorama-tools +BROKEN= Does not compile + GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} |