diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 18:44:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 18:44:02 +0000 |
commit | 1526ccbacfd206735f1f505a94def1428b4d4542 (patch) | |
tree | bbbb80160e7e54cf0a8528e5e4f75fe922abd989 /devel | |
parent | - Fix Makefile syntax if WITH_RRD is defined (diff) |
- Chase libraries for new Imlib2 version
Notes
Notes:
svn path=/head/; revision=95902
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 51efe0cd34ee..6b7373f7ebaa 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library of assorted spiffy things LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - Imlib2.1:${PORTSDIR}/graphics/imlib2 + Imlib2.2:${PORTSDIR}/graphics/imlib2 USE_X_PREFIX= yes USE_FREETYPE= yes |