diff options
author | krion <krion@FreeBSD.org> | 2004-05-20 05:15:34 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-20 05:15:34 +0800 |
commit | 3300438d8ed6ca1291472baf599b8de755f794c1 (patch) | |
tree | ceb5aaddcfbb7e778e1550af5b6a822a20f9af82 /deskutils/ithought | |
parent | e2c7ab07f08092532046577f49e74da9b5950005 (diff) | |
download | freebsd-ports-gnome-3300438d8ed6ca1291472baf599b8de755f794c1.tar.gz freebsd-ports-gnome-3300438d8ed6ca1291472baf599b8de755f794c1.tar.zst freebsd-ports-gnome-3300438d8ed6ca1291472baf599b8de755f794c1.zip |
- Rearange USE_GNOME
PR: ports/66882
Submitted by: Ports Fury
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> |