aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/fsv
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-10-05 14:42:57 +0800
committerreg <reg@FreeBSD.org>2000-10-05 14:42:57 +0800
commit72ce7050d03c812e37966786e11996a90713afea (patch)
tree9ec01d647da1c4e80223e31fc766740c2a43ebff /x11-fm/fsv
parent97830337b8c0333a12d15a49ea1f9c9cdc3dfddf (diff)
downloadfreebsd-ports-graphics-72ce7050d03c812e37966786e11996a90713afea.tar.gz
freebsd-ports-graphics-72ce7050d03c812e37966786e11996a90713afea.tar.zst
freebsd-ports-graphics-72ce7050d03c812e37966786e11996a90713afea.zip
Implement USE_GTK, part 2.
Diffstat (limited to 'x11-fm/fsv')
-rw-r--r--x11-fm/fsv/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile
index a25415ce1e4..648cdcd4138 100644
--- a/x11-fm/fsv/Makefile
+++ b/x11-fm/fsv/Makefile
@@ -12,17 +12,14 @@ MASTER_SITES= http://fox.mit.edu/skunk/soft/src/
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
USE_X_PREFIX= yes
USE_MESA= yes
+USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>