diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-01-28 06:00:34 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-01-28 06:00:34 +0000 |
commit | 5365f1dbc729c23641bbe25a6193fc887baced22 (patch) | |
tree | fa839972043d9dd64b0f0e149104cad7ee18ea05 /audio/gnump3d/Makefile | |
parent | 8c24200a6e8d6cf6aeb6f512329fbe132c17fbbd (diff) |
Notes
Diffstat (limited to 'audio/gnump3d/Makefile')
-rw-r--r-- | audio/gnump3d/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index 20ab6940c4ee..e9ff973c9057 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -20,7 +20,9 @@ USE_PERL5= yes USE_REINPLACE= yes USE_GMAKE= yes USE_AUTOCONF_VER= 253 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +USE_LIBTOOL= yes +LIBTOOLFLAGS= # none +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CONFIG_SHELL="${SH}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |