diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-26 14:40:17 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-26 14:40:17 +0800 |
commit | 81acfd7f4e9dad21bdc87c986c482159e4347c71 (patch) | |
tree | 776d6fa87e4cfde63ad7f15d253404588c28c84a /devel/atk/Makefile | |
parent | ad4526314f4064f620c3d123835c70002eeafd38 (diff) | |
download | freebsd-ports-graphics-81acfd7f4e9dad21bdc87c986c482159e4347c71.tar.gz freebsd-ports-graphics-81acfd7f4e9dad21bdc87c986c482159e4347c71.tar.zst freebsd-ports-graphics-81acfd7f4e9dad21bdc87c986c482159e4347c71.zip |
Use USE_LIBTOOL.
Diffstat (limited to 'devel/atk/Makefile')
-rw-r--r-- | devel/atk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile index 8a25f41af8b..4150e8ac59c 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 USE_BZIP2= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |