diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-16 15:47:47 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-16 15:47:47 +0800 |
commit | d738d27d48f69016909b9b76d85be1cc2a311b3b (patch) | |
tree | 629fc5e9aa85de05066b9c3b95e74cb77f47afd5 /emulators | |
parent | 53661ae0f91cdecf958902ddf9b4f548d08a49cb (diff) | |
download | freebsd-ports-gnome-d738d27d48f69016909b9b76d85be1cc2a311b3b.tar.gz freebsd-ports-gnome-d738d27d48f69016909b9b76d85be1cc2a311b3b.tar.zst freebsd-ports-gnome-d738d27d48f69016909b9b76d85be1cc2a311b3b.zip |
- follow devel/libticalcs 4.6.1 library version
- bump PORTREVISION
Noted by: kris
PR: ports/103997
Approved by: portmgr (kris)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tiemu2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/tiemu2/Makefile b/emulators/tiemu2/Makefile index 4b21483a4e0c..34441f9d6fb1 100644 --- a/emulators/tiemu2/Makefile +++ b/emulators/tiemu2/Makefile @@ -7,6 +7,7 @@ PORTNAME= tiemu2 PORTVERSION= 2.08 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.ticalc.org/pub/unix/ \ http://freebsd.nsu.ru/distfiles/tiemu/ @@ -15,7 +16,7 @@ DISTNAME= tiemu MAINTAINER= danfe@FreeBSD.org COMMENT= TI89(ti)/92(+)/V200 hand-helds emulator -LIB_DEPENDS= ticalcs.9:${PORTSDIR}/devel/libticalcs \ +LIB_DEPENDS= ticalcs.10:${PORTSDIR}/devel/libticalcs \ ticables.12:${PORTSDIR}/comms/libticables \ tifiles.6:${PORTSDIR}/devel/libtifiles |