diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-06-14 11:58:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-06-14 11:58:35 +0000 |
commit | b9ce2cf47bec4f45cc3b0eb4274f72bed7318af7 (patch) | |
tree | 5a2e5f1e1f915156cc0799c5861ffed3cb7fceab /x11 | |
parent | 98ef378faf99cf7029e03f478e2d1c38d6ae00d2 (diff) | |
download | freebsd-ports-b9ce2cf47bec4f45cc3b0eb4274f72bed7318af7.zip |
- Add missing dependency
Reported by: pkg (DEV_MODE)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/3ddesktop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile index 9030a67d4b96..0a58d94aedfb 100644 --- a/x11/3ddesktop/Makefile +++ b/x11/3ddesktop/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= SF/desk3d/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= 3D Virtual Desktop Switcher +USE_XORG= xmu USE_GL= glut USE_EFL= imlib2 GNU_CONFIGURE= yes |