diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-05 19:29:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-05 19:29:18 +0000 |
commit | fb3d643ef97c3cf2051e6933119825579d8605a0 (patch) | |
tree | 61a3be5ba19456326c86e16b3f5377f5ce8ee75b /devel | |
parent | 94f121742ef5d4d8cfdf38ea650dfa54e158d9d8 (diff) | |
download | ports-fb3d643ef97c3cf2051e6933119825579d8605a0.tar.gz ports-fb3d643ef97c3cf2051e6933119825579d8605a0.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/devhelp/Makefile | 3 | ||||
-rw-r--r-- | devel/monodevelop/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index 7ebaad14ed83..4b24996182d8 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -20,8 +20,7 @@ CONFLICTS= devhelp-3.[0-9]* USE_BZIP2= yes USE_XORG= x11 -USE_GMAKE= yes -USES= pathfix gettext +USES= gettext gmake pathfix pkgconfig USE_GNOME= intlhack gnomeprefix libgnomeui libwnck USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes diff --git a/devel/monodevelop/Makefile b/devel/monodevelop/Makefile index 6a1989e1a285..74b4b2bf668e 100644 --- a/devel/monodevelop/Makefile +++ b/devel/monodevelop/Makefile @@ -19,7 +19,7 @@ USE_GNOME= gnomehack gtksharp20 gnomesharp20 USE_AUTOTOOLS= libtool USE_BZIP2= yes MAN1= mdtool.1 monodevelop.1 -USES= desktop-file-utils gettext gmake +USES= desktop-file-utils gettext gmake pkgconfig INSTALLS_ICONS= yes OPTIONS_DEFINE= MONOEXT GIT SVN |