summaryrefslogtreecommitdiff
path: root/editors/AbiWord
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
commitfda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch)
tree4ccb4a868e97ff347416395233e3825776b24951 /editors/AbiWord
parentImplement USE_GLIB. (diff)
Implement USE_GTK, part 1.
Notes
Notes: svn path=/head/; revision=33424
Diffstat (limited to 'editors/AbiWord')
-rw-r--r--editors/AbiWord/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile
index 87c38373cf6a..d1b4e57deefb 100644
--- a/editors/AbiWord/Makefile
+++ b/editors/AbiWord/Makefile
@@ -18,8 +18,7 @@ MAINTAINER= wolman@cs.washington.edu
# unzip is needed during the installation process
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- png.4:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
DIST_SUBDIR= AbiWord
@@ -27,6 +26,7 @@ DIST_SUBDIR= AbiWord
WRKSRC= ${WRKDIR}/abi-${PORTVERSION}/src
USE_XLIB= yes
USE_GMAKE= yes
+USE_GTK= yes
MAKE_ENV= prefix="${PREFIX}"
.include <bsd.port.pre.mk>