diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | ba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /editors | |
parent | f0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff) | |
download | freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-docs/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 3 | ||||
-rw-r--r-- | editors/leafpad/Makefile | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/editors/abiword-docs/Makefile b/editors/abiword-docs/Makefile index b03d6480f530..d6b2580e49d4 100644 --- a/editors/abiword-docs/Makefile +++ b/editors/abiword-docs/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= abiword:${PORTSDIR}/editors/abiword RUN_DEPENDS= abiword:${PORTSDIR}/editors/abiword GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig # Don't give X warnings if DISPLAY is set CONFIGURE_ENV= DISPLAY="" MAKE_ENV= DISPLAY="" diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 923f178aa252..e932c7887ecb 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -24,8 +24,7 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-22.* emacs-24.* \ EMACS_VER= 23.4 GNU_CONFIGURE= yes -USES= ncurses -USE_GMAKE= yes +USES= ncurses gmake pkgconfig USE_BZIP2= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 019f41c4b0ea..87d644c0030c 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -12,7 +12,7 @@ MAINTAINER= jgh@FreeBSD.org COMMENT= GTK+ based simple text editor USE_GNOME= gtk20 intlhack -USES= desktop-file-utils gmake +USES= desktop-file-utils gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-chooser INSTALLS_ICONS= yes |