diff options
author | ade <ade@FreeBSD.org> | 2006-02-26 19:19:49 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-26 19:19:49 +0000 |
commit | 216fc57b0dcb2fcfd44aec5bd1415167a25f5987 (patch) | |
tree | ef63cee9af3a575e8beeb6b7c62d69436249f1d0 /cad/fandango | |
parent | 1caa7457d68e37fa0f34fa33386f81cc4f4592db (diff) | |
download | FreeBSD-ports-216fc57b0dcb2fcfd44aec5bd1415167a25f5987.zip FreeBSD-ports-216fc57b0dcb2fcfd44aec5bd1415167a25f5987.tar.gz |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit)
Diffstat (limited to 'cad/fandango')
-rw-r--r-- | cad/fandango/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/fandango/Makefile b/cad/fandango/Makefile index 99483f1..592b864 100644 --- a/cad/fandango/Makefile +++ b/cad/fandango/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= python2.3.1:${PORTSDIR}/lang/python23 USE_GL= yes USE_GNOME= gnometarget -USE_KDEBASE_VER= 3 -GNU_CONFIGURE= yes +USE_KDEBASE_VER=3 +USE_AUTOTOOLS= libtool:15 LDFLAGS+= -lGL CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" |