diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-09 20:26:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-09 20:26:39 +0000 |
commit | e3b4317b0642aa5e7fe6390a35667e072edbb887 (patch) | |
tree | 1c34a745c213fdd05a91f36a755af57cc701ae13 /x11/libXau | |
parent | f2e38212853b56f052da7141e4e7b39601417b10 (diff) | |
download | pkgsrc-e3b4317b0642aa5e7fe6390a35667e072edbb887.tar.gz |
Force normal man suffix, seems to be needed on Linux.
Diffstat (limited to 'x11/libXau')
-rw-r--r-- | x11/libXau/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 07495676c63..e3e43220db9 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/01/22 14:56:56 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/03/09 20:26:39 joerg Exp $ # DISTNAME= libXau-1.0.3 @@ -17,6 +17,8 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +CONFIGURE_ENV+= LIB_MAN_SUFFIX=3 + PKGCONFIG_OVERRIDE+= xau.pc.in .include "../../x11/xproto/buildlink3.mk" |