- Fix build after xorg cleanup
Submitted by: pointyhat
This commit is contained in:
parent
618b02ecf0
commit
cc9df16114
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211717
5 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue