diff options
author | billf <billf@FreeBSD.org> | 1999-03-16 05:26:38 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-16 05:26:38 +0800 |
commit | 17425b47565c00d1c48ff2523e8b7a5d0e7aa4c3 (patch) | |
tree | 1adef141387926b736a298b5b59f72b1cf3620f5 /x11-toolkits/fltk/Makefile | |
parent | 33d4e69c2df8bac6d7ad741363362283bc6f0e34 (diff) | |
download | freebsd-ports-gnome-17425b47565c00d1c48ff2523e8b7a5d0e7aa4c3.tar.gz freebsd-ports-gnome-17425b47565c00d1c48ff2523e8b7a5d0e7aa4c3.tar.zst freebsd-ports-gnome-17425b47565c00d1c48ff2523e8b7a5d0e7aa4c3.zip |
Add a LIB_DEPEND for mesa
Diffstat (limited to 'x11-toolkits/fltk/Makefile')
-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 |