diff options
-rw-r--r-- | games/trackballs/Makefile | 1 | ||||
-rw-r--r-- | graphics/tulip/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 49b1ace3008b..83803c87ca35 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 USE_X_PREFIX= yes +USE_GETOPT_LONG=yes USE_SDL= mixer image ttf sdl GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index cfae670809b2..35683c6069f0 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A system dedicated to the visualization of huge graphs +LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut + USE_BZIP2= yes USE_QT_VER= 3 QT_NONSTANDARD= yes |