- Fix build after xorg cleanup
Submitted by: pointyhat
This commit is contained in:
parent
3ccfa82313
commit
10414ccec5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211751
5 changed files with 10 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= xfrisk
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://tuxick.net/xfrisk/files/
|
||||
DISTNAME= XFrisk-${PORTVERSION}
|
||||
|
@ -23,6 +23,7 @@ NO_INSTALL_MANPAGES= yes
|
|||
WRKSRC= ${WRKDIR}/XFrisk
|
||||
USE_GMAKE= yes
|
||||
|
||||
USE_XORG= x11 xt
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= cinepaint
|
||||
PORTVERSION= 0.22
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
||||
|
@ -25,6 +26,7 @@ USE_PYTHON= yes
|
|||
USE_GNOME= gtk12
|
||||
USE_GETTEXT= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= xpm
|
||||
|
||||
MAN1= cinepaint.1 cinepainttool.1
|
||||
|
||||
|
|
|
@ -53,6 +53,8 @@ post-patch:
|
|||
-e 's|^(MAKE=).*$$|\1${GMAKE}|' \
|
||||
-e 's|function print_help|print_help|' \
|
||||
${WRKSRC}/gb
|
||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
|
||||
${WRKSRC}/build/xvdetect
|
||||
|
||||
do-configure:
|
||||
# fix dvd device
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clearlooks-themes
|
||||
PORTNAME= clearlooks
|
||||
PKGNAMESUFFIX+= -themes
|
||||
|
||||
COMMENT= Clearlooks themes with the engine coming from gtk-engines2
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= fast-user-switch-applet
|
||||
PORTVERSION= 2.22.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2
|
|||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Fast user switching applet for GNOME
|
||||
|
||||
USE_XORG= x11
|
||||
USE_XORG= x11 xmu xau ice
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
Loading…
Reference in a new issue