diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-29 11:30:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-29 11:30:43 +0800 |
commit | 20d2234c09d8ae0056383b41a9e6da59443dd8e4 (patch) | |
tree | df4ce481ed6b9e31ebf1335279956cf6a2216637 | |
parent | 16d42beb8f07c3d1f34897853691e900ecf34397 (diff) | |
download | freebsd-ports-gnome-20d2234c09d8ae0056383b41a9e6da59443dd8e4.tar.gz freebsd-ports-gnome-20d2234c09d8ae0056383b41a9e6da59443dd8e4.tar.zst freebsd-ports-gnome-20d2234c09d8ae0056383b41a9e6da59443dd8e4.zip |
[Maintainer update] graphics/xmedcon 0.8.9 -> 0.8.10
Update of graphics/xmedcon 0.8.9 to 0.8.10.
-rw-r--r-- | graphics/xmedcon/Makefile | 10 | ||||
-rw-r--r-- | graphics/xmedcon/distinfo | 2 | ||||
-rw-r--r-- | graphics/xmedcon/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index e00d97c9b98b..19acaae1b9f5 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmedcon -PORTVERSION= 0.8.9 +PORTVERSION= 0.8.10 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,13 +34,13 @@ pre-fetch: post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc -.if defined(WITH_X11) +.if !defined(WITH_X11) +CONFIGURE_ARGS= --disable-gui +PLIST_SUB= X11="@comment " +.else USE_X_PREFIX= yes USE_GNOME= gtk12 gdkpixbuf PLIST_SUB= X11="" -.else -CONFIGURE_ARGS= --disable-gui -PLIST_SUB= X11="@comment " .endif .if !defined(WITH_GLIB) diff --git a/graphics/xmedcon/distinfo b/graphics/xmedcon/distinfo index 4ee8a528cb20..fefd75021da2 100644 --- a/graphics/xmedcon/distinfo +++ b/graphics/xmedcon/distinfo @@ -1 +1 @@ -MD5 (xmedcon-0.8.9.tar.gz) = 5fb4f5e95b90d6da660388d5a106df4e +MD5 (xmedcon-0.8.10.tar.gz) = 63a303d1b5aecbda98ab7960f8753023 diff --git a/graphics/xmedcon/pkg-plist b/graphics/xmedcon/pkg-plist index c475b9f2093c..ec27977a121a 100644 --- a/graphics/xmedcon/pkg-plist +++ b/graphics/xmedcon/pkg-plist @@ -15,6 +15,7 @@ include/xmedcon/m-debug.h include/xmedcon/m-defs.h include/xmedcon/m-dicm.h include/xmedcon/m-ecat64.h +include/xmedcon/m-ecat72.h include/xmedcon/m-error.h include/xmedcon/m-fancy.h include/xmedcon/m-files.h |