diff options
author | alex <alex@FreeBSD.org> | 2000-07-19 13:32:01 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-19 13:32:01 +0000 |
commit | aaca871f424354fec6e3776bd86cc774cd35217a (patch) | |
tree | f5498f0a9e3ce3f12d0daf3e53aded05a54454a2 /x11-fm/xnc | |
parent | 7317a7c69d57c60dd295a1d85e0186fc06518cca (diff) | |
download | FreeBSD-ports-aaca871f424354fec6e3776bd86cc774cd35217a.zip FreeBSD-ports-aaca871f424354fec6e3776bd86cc774cd35217a.tar.gz |
png library number has bumped from 3 to 4.
Submitted by: bento
Diffstat (limited to 'x11-fm/xnc')
-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 0b7efdb..80a9ee6 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 |