diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-21 14:52:59 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-21 14:52:59 +0000 |
commit | f655f04860a73d753d8260119ade7d0c61664d64 (patch) | |
tree | 52a221b019b993d34b279c0676aa8a199f5ae4c2 /editors/abiword | |
parent | 52e0f65a5d2c5e1543c1a8d6731b3d4aa1be7c6d (diff) | |
download | FreeBSD-ports-f655f04860a73d753d8260119ade7d0c61664d64.zip FreeBSD-ports-f655f04860a73d753d8260119ade7d0c61664d64.tar.gz |
Use libpsiconv from the new psiconv port instead of one buindled with AbiWord.
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index aa6c3c7..442371a 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -22,7 +22,8 @@ MAINTAINER= gnome@FreeBSD.org # unzip is needed during the installation process BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ - giconv.2:${PORTSDIR}/converters/libiconv + giconv.2:${PORTSDIR}/converters/libiconv \ + psiconv.7:${PORTSDIR}/converters/psiconv DIST_SUBDIR= AbiWord |