aboutsummaryrefslogtreecommitdiffstats
path: root/x11/dgs/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-02-16 20:42:07 +0800
committerdinoex <dinoex@FreeBSD.org>2007-02-16 20:42:07 +0800
commit642004468399074b2a72a9ce2ac87d08366ea5f8 (patch)
treed2a0b0bdfe74fa5b347758695c7d88e9b871d144 /x11/dgs/Makefile
parent030a0a0102625ee1fc1fdc7a5750b2e5f83007f9 (diff)
downloadfreebsd-ports-gnome-642004468399074b2a72a9ce2ac87d08366ea5f8.tar.gz
freebsd-ports-gnome-642004468399074b2a72a9ce2ac87d08366ea5f8.tar.zst
freebsd-ports-gnome-642004468399074b2a72a9ce2ac87d08366ea5f8.zip
- fix build after axing of xfree86-3
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r--x11/dgs/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile
index 4a605488d72e..a235202eb580 100644
--- a/x11/dgs/Makefile
+++ b/x11/dgs/Makefile
@@ -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