diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-19 13:32:01 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-19 13:32:01 +0000 |
commit | 9bfdebe4acde8ff59eb20d609cceb5ec4f71f894 (patch) | |
tree | 289a9de5e8869f5da456d22e178db9f955a1ffe5 /x11-fm | |
parent | 22c2ab953818fd791c961bab41d2497673909587 (diff) |
png library number has bumped from 3 to 4.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=30860
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile index 0b7efdb8f6aa..80a9ee63e879 100644 --- a/x11-fm/xnc/Makefile +++ b/x11-fm/xnc/Makefile @@ -24,7 +24,7 @@ MAINTAINER= dima@Chg.RU # lha:${PORTSDIR}/archivers/lha \ # bzip2:${PORTSDIR}/archivers/bzip2 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png + png.4:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes |