diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-16 15:47:26 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-16 15:47:26 +0800 |
commit | 53661ae0f91cdecf958902ddf9b4f548d08a49cb (patch) | |
tree | 8ff3827fe9f5ae3b412a3ea5ef1fcb92717b5615 /comms | |
parent | 8f526fdbca5b9b5543caf5f437c535f8f68b6adc (diff) | |
download | freebsd-ports-gnome-53661ae0f91cdecf958902ddf9b4f548d08a49cb.tar.gz freebsd-ports-gnome-53661ae0f91cdecf958902ddf9b4f548d08a49cb.tar.zst freebsd-ports-gnome-53661ae0f91cdecf958902ddf9b4f548d08a49cb.zip |
- follow devel/libticalcs 4.6.1 library version
- bump PORTREVISION
Noted by: kris
PR: ports/103997
Approved by: portmgr (kris)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tilp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/tilp/Makefile b/comms/tilp/Makefile index 7a08a7590e33..ba7fdf3f7c42 100644 --- a/comms/tilp/Makefile +++ b/comms/tilp/Makefile @@ -7,7 +7,7 @@ PORTNAME= tilp PORTVERSION= 6.79 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tilp @@ -16,7 +16,7 @@ MAINTAINER= tijl@ulyssis.org COMMENT= TI Linking Program BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config -LIB_DEPENDS= ticalcs.9:${PORTSDIR}/devel/libticalcs \ +LIB_DEPENDS= ticalcs.10:${PORTSDIR}/devel/libticalcs \ ticables.12:${PORTSDIR}/comms/libticables \ tifiles.6:${PORTSDIR}/devel/libtifiles |