diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-18 02:22:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-18 02:22:17 +0800 |
commit | 81507ebf160cbb37c7f75ab61d974439869c5fd7 (patch) | |
tree | 95c4b319609e8e7f977143468500f798482cc332 /multimedia | |
parent | 64e185386bdcc538e21e8fa7905973de4f543f22 (diff) | |
download | freebsd-ports-gnome-81507ebf160cbb37c7f75ab61d974439869c5fd7.tar.gz freebsd-ports-gnome-81507ebf160cbb37c7f75ab61d974439869c5fd7.tar.zst freebsd-ports-gnome-81507ebf160cbb37c7f75ab61d974439869c5fd7.zip |
- set USE_XORG
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xanim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index 45c795649f3a..4da83b21ccc1 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -20,6 +20,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Play most popular animation formats and show pictures USE_IMAKE= yes +USE_XORG= xext xt sm ice xext x11 MAN1= xanim.1 MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines DLLDIR= ${PREFIX}/lib/X11/xanim |