summaryrefslogtreecommitdiffstats
path: root/x11/mgapdesk
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-27 14:03:58 +0000
committerpav <pav@FreeBSD.org>2003-12-27 14:03:58 +0000
commit9d0e00bf4111cfd34b84b10ef88ceb73269102bc (patch)
tree36d6ad42542653b5e464d2226de3903d2a1d0ff5 /x11/mgapdesk
parentb54c879ac6ae1d0565b446c5cd0aa1d1cd5e1072 (diff)
downloadFreeBSD-ports-9d0e00bf4111cfd34b84b10ef88ceb73269102bc.zip
FreeBSD-ports-9d0e00bf4111cfd34b84b10ef88ceb73269102bc.tar.gz
- Unbreak on alpha
PR: ports/60425 Submitted by: Volker Stolz <vs@foldr.org>
Diffstat (limited to 'x11/mgapdesk')
-rw-r--r--x11/mgapdesk/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/mgapdesk/Makefile b/x11/mgapdesk/Makefile
index 55b97ab..1b712f7 100644
--- a/x11/mgapdesk/Makefile
+++ b/x11/mgapdesk/Makefile
@@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Matrox Powerdesk for *nix
-BUILD_DEPENDS= XFree86:${PORTSDIR}/x11/XFree86-4
-
USE_X_PREFIX= YES
USE_GNOME= gtk12
@@ -28,6 +26,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
+.if (${ARCH} == "alpha")
+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -lio"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/config.cache
@${CHMOD} 750 ${WRKSRC}/missing
OpenPOWER on IntegriCloud