diff options
author | clement <clement@FreeBSD.org> | 2004-01-18 22:55:42 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-18 22:55:42 +0800 |
commit | d99fb45c8801f6d0ebdbad309ec43f240cb5fef0 (patch) | |
tree | b43e393d4f249213d78ebd88de4b598a9edcbbde /converters/xdeview | |
parent | b48183b70f21eb85bf776b9053353b8590c1b971 (diff) | |
download | freebsd-ports-gnome-d99fb45c8801f6d0ebdbad309ec43f240cb5fef0.tar.gz freebsd-ports-gnome-d99fb45c8801f6d0ebdbad309ec43f240cb5fef0.tar.zst freebsd-ports-gnome-d99fb45c8801f6d0ebdbad309ec43f240cb5fef0.zip |
- Chase uulib version
- Bump PORTREVISION
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'converters/xdeview')
-rw-r--r-- | converters/xdeview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 987cee90e664..f5fa07be2285 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdeview PORTVERSION= 0.5.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters tcl84 tk84 MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ DISTNAME= uudeview-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= uudeview-${PORTVERSION} MAINTAINER= hoek@FreeBSD.org COMMENT= An X11 program for uu/xx/Base64/BinHex/yEnc de-/encoding -LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib \ +LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \ tk84.1:${PORTSDIR}/x11-toolkits/tk84 GNU_CONFIGURE= yes |