summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-04-21 14:31:47 +0000
committermiwi <miwi@FreeBSD.org>2008-04-21 14:31:47 +0000
commit291cc7f975c22492b35653885b975d91f4519855 (patch)
treebdb605dd36087b3649facf17c68115d7493818cd
parent5d6a82f33a3d63ccb286e2de574ebf9cb8449ec6 (diff)
downloadFreeBSD-ports-291cc7f975c22492b35653885b975d91f4519855.zip
FreeBSD-ports-291cc7f975c22492b35653885b975d91f4519855.tar.gz
- Fix build after xorg cleanup
Submitted by: pointyhat
-rw-r--r--chinese/iiimf-le-xcin/Makefile1
-rw-r--r--games/xfrisk/Makefile3
-rw-r--r--www/amaya/Makefile4
-rw-r--r--x11-fonts/code2000/Makefile2
-rw-r--r--x11-wm/icewm/Makefile4
5 files changed, 9 insertions, 5 deletions
diff --git a/chinese/iiimf-le-xcin/Makefile b/chinese/iiimf-le-xcin/Makefile
index 43a6c85..81cb43a 100644
--- a/chinese/iiimf-le-xcin/Makefile
+++ b/chinese/iiimf-le-xcin/Makefile
@@ -18,6 +18,7 @@ COMMENT= IIIMF xcin language engine, a traditional Chinese input method
EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
RUN_DEPENDS= iiimd:${PORTSDIR}/textproc/iiimf-server
+USE_XORG= x11 xproto
WRKSRC= ${WRKDIR}/iiimf-xcin
USE_BZIP2= yes
USE_GNOME= libxml2
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile
index 4ba26c4..336a5a5 100644
--- a/games/xfrisk/Makefile
+++ b/games/xfrisk/Makefile
@@ -23,4 +23,7 @@ NO_INSTALL_MANPAGES= yes
WRKSRC= ${WRKDIR}/XFrisk
USE_GMAKE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
.include <bsd.port.mk>
diff --git a/www/amaya/Makefile b/www/amaya/Makefile
index d0a1bde..1bc4486 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
diff --git a/x11-fonts/code2000/Makefile b/x11-fonts/code2000/Makefile
index ab137e5..f3fa0d2 100644
--- a/x11-fonts/code2000/Makefile
+++ b/x11-fonts/code2000/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://code2000.net/
DISTFILES= ${PORTNAME:U}${EXTRACT_SUFX:U}
-DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION}
+DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_0
MAINTAINER= thierry@FreeBSD.org
COMMENT= Shareware demo Unicode TrueType font
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index d0ddaaa..2ee48cd 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= icewm
PORTVERSION= 1.2.35
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= SF
@@ -15,7 +15,7 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= Window Manager designed for speed, usability and consistency
WANT_GNOME= yes
-USE_XORG= x11 ice xinerama xext
+USE_XORG= x11 ice xinerama xext xrandr
USE_GNOME= gnometarget
USE_GMAKE= yes
GNU_CONFIGURE= yes
OpenPOWER on IntegriCloud