diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
commit | fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /editors/madedit | |
parent | 819a32baa36593c4215d010deb8a93f07d0d46b3 (diff) | |
download | FreeBSD-ports-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.zip FreeBSD-ports-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.gz |
Add an explicit dependency on pkgconf
Diffstat (limited to 'editors/madedit')
-rw-r--r-- | editors/madedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile index 55098ac..5f48d9d 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION} MAINTAINER= delphij@FreeBSD.org COMMENT= An open-source and cross-platform text/hex editor -USES= gettext +USES= gettext pkgconfig USE_WX= 2.6+ WANT_UNICODE= yes USE_DOS2UNIX= yes |