summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-11-07 20:45:29 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-11-07 20:45:29 +0000
commitb1e4f642e5f35ac670ea356119b599497d9420d6 (patch)
tree38acdf4e020b5a0df65f6937e9223369d8904a9d
parentCorrect the Makefile header (Date created, Whom) (diff)
LIB_DEPENDS on libglut for libglut rather than soon-to-disappear Mesa3.
Notes
Notes: svn path=/head/; revision=93322
-rw-r--r--biology/pymol/Makefile2
-rw-r--r--databases/mysql-gui/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/biology/pymol/Makefile b/biology/pymol/Makefile
index 16c663121e8f..934db2cb80c4 100644
--- a/biology/pymol/Makefile
+++ b/biology/pymol/Makefile
@@ -18,7 +18,7 @@ COMMENT= Free and Open-Source molecular modeling system
BUILD_DEPENDS= ${PYNUMERIC}
RUN_DEPENDS= ${PYNUMERIC} \
${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw
-LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/Mesa3 \
+LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut \
png.5:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/pymol-${PORTVERSION}
diff --git a/databases/mysql-gui/Makefile b/databases/mysql-gui/Makefile
index c63d49d1f5d7..d5bb3b1eb414 100644
--- a/databases/mysql-gui/Makefile
+++ b/databases/mysql-gui/Makefile
@@ -26,7 +26,7 @@ BROKEN= Does not patch
LIB_DEPENDS= sqlplus.1:${PORTSDIR}/databases/mysql++ \
intl.5:${PORTSDIR}/devel/gettext \
- glut.3:${PORTSDIR}/graphics/Mesa3 \
+ glut.3:${PORTSDIR}/graphics/libglut \
jpeg.9:${PORTSDIR}/graphics/jpeg \
fleditor.1:${PORTSDIR}/x11-toolkits/fl_editor \
flvw.1:${PORTSDIR}/x11-toolkits/flvw