diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 21:11:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 21:11:43 +0800 |
commit | 624994999921592fe0d77fad3cfa41b4139f339a (patch) | |
tree | 70b9765f3e6a73ab132b6f15d1090fd496766c75 /editors | |
parent | 23aea6526fa89097f2c92775ade3ecad5d03ee03 (diff) | |
download | freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.tar.gz freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.tar.zst freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.zip |
Convert to USES=mono
With hat: portmgr
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bless/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile index 821e14df1e79..a255bd8cf205 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://download.gna.org/bless/ MAINTAINER= mono@FreeBSD.org COMMENT= A high quality, full featured hex editor -USES= gmake pkgconfig -USE_GNOME= gnomehack gnomeprefix gnomedocutils gtksharp20 +USES= gmake mono pathfix pkgconfig +USE_GNOME= gnomeprefix gnomedocutils gtksharp20 GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) |