diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 01:30:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 01:30:46 +0800 |
commit | bc3dd77d6b6d0a9f387eebee0c419b8f533defef (patch) | |
tree | 25e23ac0ad9440f395fab57c4d1c59d39d4b0dd6 | |
parent | dde59474775c087c7467305781ba57420b7bbb9f (diff) | |
download | marcuscom-ports-bc3dd77d6b6d0a9f387eebee0c419b8f533defef.tar marcuscom-ports-bc3dd77d6b6d0a9f387eebee0c419b8f533defef.tar.gz marcuscom-ports-bc3dd77d6b6d0a9f387eebee0c419b8f533defef.tar.bz2 marcuscom-ports-bc3dd77d6b6d0a9f387eebee0c419b8f533defef.tar.lz marcuscom-ports-bc3dd77d6b6d0a9f387eebee0c419b8f533defef.tar.xz marcuscom-ports-bc3dd77d6b6d0a9f387eebee0c419b8f533defef.tar.zst marcuscom-ports-bc3dd77d6b6d0a9f387eebee0c419b8f533defef.zip |
Replace USE_AUTOTOOLS with GNU_CONFIGURE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5732 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | accessibility/atk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 723841dc6..1c951f3dd 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/atk/Makefile,v 1.59 2006/01/18 01:05:29 ahze Exp $ +# $MCom: ports/accessibility/atk/Makefile,v 1.60 2006/02/23 17:20:22 marcus Exp $ # PORTNAME= atk @@ -19,7 +19,7 @@ COMMENT= A GNOME accessibility toolkit (ATK) USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomehack glib20 ltverhack CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ |