diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 03:08:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 03:08:25 +0800 |
commit | 1b2c255cbd41d2069ceafc4dc5717e34be2c4120 (patch) | |
tree | 1f5ebd942e3bb98036bd03c6d01b56e919832e17 /x11-toolkits | |
parent | 1c294d544bbe45df66630ead09a83a61e4b975fd (diff) | |
download | marcuscom-ports-1b2c255cbd41d2069ceafc4dc5717e34be2c4120.tar marcuscom-ports-1b2c255cbd41d2069ceafc4dc5717e34be2c4120.tar.gz marcuscom-ports-1b2c255cbd41d2069ceafc4dc5717e34be2c4120.tar.bz2 marcuscom-ports-1b2c255cbd41d2069ceafc4dc5717e34be2c4120.tar.lz marcuscom-ports-1b2c255cbd41d2069ceafc4dc5717e34be2c4120.tar.xz marcuscom-ports-1b2c255cbd41d2069ceafc4dc5717e34be2c4120.tar.zst marcuscom-ports-1b2c255cbd41d2069ceafc4dc5717e34be2c4120.zip |
- Use new libtool world order
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5736 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 4ca1195bd..bff51ee72 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,7 +3,7 @@ # Whom: marc@informatik.uni-bremen.de # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.31 2006/01/17 06:00:04 marcus Exp $ # PORTNAME= gtk @@ -29,7 +29,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnometarget libglade2 USE_PYTHON= yes USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-lintl" LDFLAGS+= -L${LOCALBASE}/lib |