diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 07:14:23 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 07:14:23 +0800 |
commit | b56adb735ba1a53a5671023649c3854428a00dc7 (patch) | |
tree | 8f21fb9bcc518ad608a06b3d1243d913c19075a0 /editors/bless | |
parent | e02e87f246c93a2c96594eced262082ae77bc2be (diff) | |
download | freebsd-ports-gnome-b56adb735ba1a53a5671023649c3854428a00dc7.tar.gz freebsd-ports-gnome-b56adb735ba1a53a5671023649c3854428a00dc7.tar.zst freebsd-ports-gnome-b56adb735ba1a53a5671023649c3854428a00dc7.zip |
- Move to LOCALBASE
- USE_GNOME+=gtksharp20
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
Diffstat (limited to 'editors/bless')
-rw-r--r-- | editors/bless/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile index 9ef9037cfe73..a87f7d43ed31 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -3,12 +3,12 @@ # Whom: Mezz <mezz@FreeBSD.org> # # $FreeBSD$ -# $Id: Makefile,v 1.18 2006/10/03 01:02:38 tmclau02 Exp $ +# $Id: Makefile,v 1.22 2006/11/01 02:49:57 tmclau02 Exp $ # PORTNAME= bless PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= http://download.gna.org/bless/ @@ -16,12 +16,8 @@ MASTER_SITES= http://download.gna.org/bless/ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= A high quality, full featured hex editor -BUILD_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 -RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 - -USE_GNOME= gnomehack gnomeprefix gnometarget +USE_GNOME= gnomehack gnomeprefix gnometarget gnomedocutils gtksharp20 USE_GMAKE= yes -USE_X_PREFIX= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes |