diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-05-12 11:28:17 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-05-12 11:28:17 +0000 |
commit | f5acd5e4431d7eac212a78481a6a5de841419329 (patch) | |
tree | 6988a7a3426abb4ef7fb239fee26be35c8630dfa /deskutils/pal/Makefile | |
parent | - Update to 5.03 (diff) |
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.
Forgotten by: araujo@
Reported by: QAT
Diffstat (limited to 'deskutils/pal/Makefile')
-rw-r--r-- | deskutils/pal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/pal/Makefile b/deskutils/pal/Makefile index d8f0c9f19812..e53ff638f059 100644 --- a/deskutils/pal/Makefile +++ b/deskutils/pal/Makefile @@ -6,7 +6,7 @@ PORTNAME= pal PORTVERSION= 0.3.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= palcal @@ -25,8 +25,8 @@ MAN1= pal.1 .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libreadline.so.5) -LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline +.if exists(${LOCALBASE}/lib/libreadline.so.6) +LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline .endif post-patch: |