diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
commit | c6bcad2436d925c98052ed292bd0794ae0e34b45 (patch) | |
tree | 4752ebd6e8eb5959ebf00516e4ecf7156215bbce /x11-toolkits/fltk | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) | |
download | ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.tar.gz ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.zip |
Notes
Diffstat (limited to 'x11-toolkits/fltk')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 20eeb7a5ccbf..1717ee91ccc6 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -18,8 +18,6 @@ DISTNAME= ${PKGNAME}-source MAINTAINER= dima@chg.ru -LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 - VERSION= 1.0.9 USE_BZIP2= yes INSTALLS_SHLIB= yes @@ -27,6 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes +USE_MESA= yes MAN1= fluid.1 post-install: |