diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 21:15:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 21:15:34 +0000 |
commit | c3170662f5808450de55bdf20f3d1657cb573807 (patch) | |
tree | 8b8af8d32514f7e49cf56f1a7d59f7698a4b77bb /deskutils/ithought | |
parent | 02a628e84f11a826c27477faa073a8f9abe1ede7 (diff) | |
download | ports-c3170662f5808450de55bdf20f3d1657cb573807.tar.gz ports-c3170662f5808450de55bdf20f3d1657cb573807.zip |
Notes
Diffstat (limited to 'deskutils/ithought')
-rw-r--r-- | deskutils/ithought/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile index bcb37781f5fa..55596373ab03 100644 --- a/deskutils/ithought/Makefile +++ b/deskutils/ithought/Makefile @@ -10,16 +10,13 @@ PORTVERSION= a5 PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ithought +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An extensible text management system -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 - +USE_GNOME= gtk12 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/libexec -USE_GNOME= gtk12 - .include <bsd.port.mk> |