diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-05 12:32:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-05 12:32:35 +0800 |
commit | e4aec596876f63e0f1f19f44ba6831a46d8932d9 (patch) | |
tree | c940ac4fe4303badebf1570235f2c87bb8db9ddb /textproc | |
parent | aef18bed170d54d60fb30732c797d207b27f9852 (diff) | |
download | freebsd-ports-graphics-e4aec596876f63e0f1f19f44ba6831a46d8932d9.tar.gz freebsd-ports-graphics-e4aec596876f63e0f1f19f44ba6831a46d8932d9.tar.zst freebsd-ports-graphics-e4aec596876f63e0f1f19f44ba6831a46d8932d9.zip |
Fix LIB_DEPENDS on glib (glib-1.3.6), went unnoticed in the glib
1.3.6 sweep update
PR: 29429
Submitted by: Pete Fritchman <petef@databits.net>, bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fribidi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/fribidi/Makefile b/textproc/fribidi/Makefile index 650a119f742..338e41681eb 100644 --- a/textproc/fribidi/Makefile +++ b/textproc/fribidi/Makefile @@ -16,7 +16,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= glib-1.3.2:${PORTSDIR}/devel/glib13 +LIB_DEPENDS= glib-1.3.6:${PORTSDIR}/devel/glib13 USE_LIBTOOL= yes INSTALLS_SHLIB= yes |