diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-21 22:31:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-21 22:31:47 +0800 |
commit | 291cc7f975c22492b35653885b975d91f4519855 (patch) | |
tree | bdb605dd36087b3649facf17c68115d7493818cd /www/amaya/Makefile | |
parent | 5d6a82f33a3d63ccb286e2de574ebf9cb8449ec6 (diff) | |
download | freebsd-ports-gnome-291cc7f975c22492b35653885b975d91f4519855.tar.gz freebsd-ports-gnome-291cc7f975c22492b35653885b975d91f4519855.tar.zst freebsd-ports-gnome-291cc7f975c22492b35653885b975d91f4519855.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to 'www/amaya/Makefile')
-rw-r--r-- | www/amaya/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index d0a1bde4dbd8..1bc44868e0a2 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -7,7 +7,7 @@ PORTNAME= amaya PORTVERSION= 9.55 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \ ftp://ftp.w3.org/pub/amaya/ \ @@ -30,7 +30,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ WRKSRC= ${WRKDIR}/Amaya/obj -USE_XORG= xft x11 +USE_XORG= xft x11 xt USE_GMAKE= yes USE_GNOME= gtk12 imlib USE_ICONV= yes |