diff options
author | adamw <adamw@FreeBSD.org> | 2004-03-29 08:58:07 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-03-29 08:58:07 +0800 |
commit | 7c186bda041049e2c394cbe6cf64db78cbb4f4cf (patch) | |
tree | 9cad640d16b090607d2ccfe79e0ba2e11c516cbf /security | |
parent | 45e518e30f855699b4add5c160e4e7f9c8f56487 (diff) | |
download | freebsd-ports-gnome-7c186bda041049e2c394cbe6cf64db78cbb4f4cf.tar.gz freebsd-ports-gnome-7c186bda041049e2c394cbe6cf64db78cbb4f4cf.tar.zst freebsd-ports-gnome-7c186bda041049e2c394cbe6cf64db78cbb4f4cf.zip |
Add USE_GMAKE. This fixes the build failure, and these
are certainly GNU Makefiles.
I'm not modifying the pkg-plist again; hopefully with
the USE_GMAKE addition, the maintainer will have the
same de.gmo catalogue installed that I do.
Diffstat (limited to 'security')
-rw-r--r-- | security/libgpg-error/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index eba7479f95dc..3e1738ea81d1 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -15,6 +15,7 @@ MAINTAINER= sergei@FreeBSD.org COMMENT= Common error values for all GnuPG components USE_GPG= yes +USE_GMAKE= yes USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |