diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 16:49:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 16:49:46 +0800 |
commit | a3c425eac4f10c609b832fbf89e050e1dcc2744f (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /editors | |
parent | ca7b1a32f0ab22c9c850a23b006fb2af08456c55 (diff) | |
download | freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.tar.gz freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.tar.zst freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bless/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile index 4db5c84190c4..19a9d7e5e41e 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 -USE_GMAKE= yes GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) |