summaryrefslogtreecommitdiff
path: root/biology/protomol
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-04 21:08:20 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-04 21:08:20 +0000
commitf01bbf652d7ec89b1cecdaf7f6e856a4ca5ee488 (patch)
tree8afa2445346578d138f442033f0d49972d519157 /biology/protomol
parentReturn az's ports to the pool after safekeeping his commit bit. (diff)
Add USES=xorg USES=gl, ports categories b
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'b'.
Notes
Notes: svn path=/head/; revision=516742
Diffstat (limited to 'biology/protomol')
-rw-r--r--biology/protomol/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile
index ed63bafe11b4..66069b5ca75f 100644
--- a/biology/protomol/Makefile
+++ b/biology/protomol/Makefile
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff
-USES= jpeg shebangfix
+USES= jpeg shebangfix xorg
USE_CXXSTD= c++98
SHEBANG_FILES= examples/butane_4/procDihedralFile.awk \
examples/butane_4/cleanOutput.bash \
@@ -41,6 +41,7 @@ OPTIONS_DEFINE= GLUT EXAMPLES
OPTIONS_DEFAULT= GLUT
GLUT_CONFIGURE_ON= --with-glut=yes
+GLUT_USES= gl
GLUT_USE= GL=glut
GLUT_CONFIGURE_OFF= --with-glut=no