summaryrefslogtreecommitdiffstats
path: root/editors/AbiWord2
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
committerreg <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
commit97830337b8c0333a12d15a49ea1f9c9cdc3dfddf (patch)
treea059ae14b97a6e427c4c5a801e98bb245e73742e /editors/AbiWord2
parent38d35e3db9111f42b79313f05731c75e6e55d7e8 (diff)
downloadFreeBSD-ports-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.zip
FreeBSD-ports-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.tar.gz
Implement USE_GTK, part 1.
Diffstat (limited to 'editors/AbiWord2')
-rw-r--r--editors/AbiWord2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
index 87c3837..d1b4e57 100644
--- a/editors/AbiWord2/Makefile
+++ b/editors/AbiWord2/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>
OpenPOWER on IntegriCloud