aboutsummaryrefslogtreecommitdiff
path: root/graphics/bugle/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-13 16:04:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-13 16:04:44 +0000
commit7cced2806283b6127aa937cb41b524c668088500 (patch)
tree1c6d565985edb353beee01f98be8f570fcfa6f76 /graphics/bugle/Makefile
parent3c8da39abd1a7a3533382b0eff07ae1f2c5308fb (diff)
downloadports-7cced2806283b6127aa937cb41b524c668088500.tar.gz
ports-7cced2806283b6127aa937cb41b524c668088500.zip
Notes
Diffstat (limited to 'graphics/bugle/Makefile')
-rw-r--r--graphics/bugle/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile
index f197f7c2d807..40b573492504 100644
--- a/graphics/bugle/Makefile
+++ b/graphics/bugle/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bugle
-PORTVERSION= 0.0.20041123
+PORTVERSION= 0.0.20050512
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bugle
@@ -22,9 +22,10 @@ USE_GL= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
- LIBS="-L${X11BASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
+ LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
+USE_LIBLTDL= yes
.include <bsd.port.pre.mk>