mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- fix build after axing of xfree86-3
This commit is contained in:
parent
9c44708dc7
commit
8f6d9b608b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185315
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= dgs
|
||||
PORTVERSION= 0.5.9.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= dgs
|
||||
@ -25,6 +25,7 @@ USE_GMAKE= yes
|
||||
USE_GNOME= glib12
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.5.9
|
||||
|
||||
MAN1= dgs.1 dpsnx.agent.1
|
||||
@ -45,9 +46,13 @@ pre-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} \
|
||||
${REINPLACE_CMD} -e 's|manm|mann|g'
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
|
||||
${WRKSRC}/DPS/ltconfig
|
||||
|
||||
.if ${X_WINDOW_SYSTEM:L} == xorg
|
||||
INSTALLDIRS+= DPS/clients/makepsres DPS/clients/pswrap DPS/demos/texteroids \
|
||||
DPS/lib/dpstk
|
||||
DPS/lib/dpstk DPS/lib/psres
|
||||
MANN+= makepsres.man
|
||||
PLIST_SUB+= WITH_XFREE4=""
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user