diff options
Diffstat (limited to 'x11/mgapdesk/Makefile')
-rw-r--r-- | x11/mgapdesk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/mgapdesk/Makefile b/x11/mgapdesk/Makefile index 7672c72f3ef5..bb58dc9215fb 100644 --- a/x11/mgapdesk/Makefile +++ b/x11/mgapdesk/Makefile @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} .include <bsd.port.pre.mk> .if (${ARCH} == "alpha") -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -lio" +LDFLAGS+= -lio .endif .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" |