diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-14 19:58:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-14 19:58:35 +0800 |
commit | 1a813c4bf4324c0ed2d6b432df506366d824a754 (patch) | |
tree | 5a2e5f1e1f915156cc0799c5861ffed3cb7fceab | |
parent | 9727526e096928436680a2a948d0509adecfb1d4 (diff) | |
download | freebsd-ports-gnome-1a813c4bf4324c0ed2d6b432df506366d824a754.tar.gz freebsd-ports-gnome-1a813c4bf4324c0ed2d6b432df506366d824a754.tar.zst freebsd-ports-gnome-1a813c4bf4324c0ed2d6b432df506366d824a754.zip |
- Add missing dependency
Reported by: pkg (DEV_MODE)
-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 |