diff options
author | pav <pav@FreeBSD.org> | 2004-11-21 09:56:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-21 09:56:45 +0800 |
commit | 71211de62587eb5f6f9e669e4fd9498fa0560b86 (patch) | |
tree | 8e237f8d1a9e228faba52d27e6cd0d2b8e3fecac /graphics | |
parent | 9b6a0362b13ef98b8e0c08c9679a60a57c5a0f1a (diff) | |
download | freebsd-ports-gnome-71211de62587eb5f6f9e669e4fd9498fa0560b86.tar.gz freebsd-ports-gnome-71211de62587eb5f6f9e669e4fd9498fa0560b86.tar.zst freebsd-ports-gnome-71211de62587eb5f6f9e669e4fd9498fa0560b86.zip |
- Update to 0.9.8.1
PR: ports/74143
Submitted by: Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmedcon/Makefile | 8 | ||||
-rw-r--r-- | graphics/xmedcon/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index 4b9b3d5a4fab..b64e732b99a1 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmedcon -PORTVERSION= 0.9.7.3 +PORTVERSION= 0.9.8.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,7 +26,7 @@ OPTIONS= X11 "With X11" on \ CONCORDE "With Concorde µPET" on \ DICOM "With DICOM 3.0" on \ DICOM_LJPEG "With DICOM 3.0 Lossless JPEG" on \ - ECAT "With ECAT 6.4 / 7.2" on \ + ECAT "With CTI ECAT 6/7" on \ GIF "With GIF87a/89a" on \ INTERFILE "With InterFile 3.3" on \ INW "With INW (RUG)" on \ @@ -36,8 +36,10 @@ WANT_GNOME= yes .include <bsd.port.pre.mk> +CONFIGURE_ARGS= --enable-llcheck + .if defined(WITHOUT_X11) -CONFIGURE_ARGS= --disable-gui +CONFIGURE_ARGS+= --disable-gui PLIST_SUB+= X11="@comment " .else USE_GNOME+= gtk12 gdkpixbuf diff --git a/graphics/xmedcon/distinfo b/graphics/xmedcon/distinfo index 1bee516f2259..76ea44e86635 100644 --- a/graphics/xmedcon/distinfo +++ b/graphics/xmedcon/distinfo @@ -1,2 +1,2 @@ -MD5 (xmedcon-0.9.7.3.tar.gz) = 66528f6c8a38a925a3c08a01e75bf528 -SIZE (xmedcon-0.9.7.3.tar.gz) = 852300 +MD5 (xmedcon-0.9.8.1.tar.gz) = fce17ddafb3c747dc631063dce87907b +SIZE (xmedcon-0.9.8.1.tar.gz) = 856282 |