diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-15 21:26:38 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-15 21:26:38 +0000 |
commit | 252e2eba1bbf3dc179ea2a1c11649a0d1fb6c2e0 (patch) | |
tree | 0b53b23f2325834d23856938a191cf0739a3df55 /x11-toolkits/fltk | |
parent | 24ad6dcfd4bf4916e12dd952e51a9397691437b4 (diff) | |
download | ports-252e2eba1bbf3dc179ea2a1c11649a0d1fb6c2e0.tar.gz ports-252e2eba1bbf3dc179ea2a1c11649a0d1fb6c2e0.zip |
Notes
Diffstat (limited to 'x11-toolkits/fltk')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 9ba961bd93dc..afbbb554b697 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -3,7 +3,7 @@ # Date created: 11 February 1999 # Whom: Dima Sivachenko <dima@Chg.RU> # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1999/03/07 23:52:55 billf Exp $ # DISTNAME= fltk-19990127 @@ -17,6 +17,8 @@ MASTER_SITES= ftp://ftp.easysw.com/pub/fltk/ \ MAINTAINER= dima@chg.ru +LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared USE_X_PREFIX= yes |