diff options
author | gahr <gahr@FreeBSD.org> | 2010-11-02 16:03:47 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-11-02 16:03:47 +0800 |
commit | 9873f837510f3bd8b1a6e8edaf9da88fcbf80873 (patch) | |
tree | 0b22c66fc1d683488c62394e69874abe89ed9291 /lang/libhx | |
parent | 79d59b0d684803e1ebac15e6844629f62eb26727 (diff) | |
download | freebsd-ports-gnome-9873f837510f3bd8b1a6e8edaf9da88fcbf80873.tar.gz freebsd-ports-gnome-9873f837510f3bd8b1a6e8edaf9da88fcbf80873.tar.zst freebsd-ports-gnome-9873f837510f3bd8b1a6e8edaf9da88fcbf80873.zip |
- Fix build on < 800505 by properly using USE_XZ
Reported by: ph (via pav)
Diffstat (limited to 'lang/libhx')
-rw-r--r-- | lang/libhx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/libhx/Makefile b/lang/libhx/Makefile index c3991bd4fdc9..39f85a5d229e 100644 --- a/lang/libhx/Makefile +++ b/lang/libhx/Makefile @@ -9,7 +9,6 @@ PORTNAME= libHX PORTVERSION= 3.6 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} -EXTRACT_SUFX= .tar.xz MAINTAINER= sylvio@FreeBSD.org COMMENT= Library C with some additional C++ bindings available @@ -17,6 +16,7 @@ COMMENT= Library C with some additional C++ bindings available CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib +USE_XZ= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:22 |