aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-radeonhd-devel
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2008-11-03 18:40:44 +0800
committernork <nork@FreeBSD.org>2008-11-03 18:40:44 +0800
commit49ae37d6eac684775d9ed26f394230c585789df5 (patch)
tree5832731368e913edbcbea18420f1804a9f956f45 /x11-drivers/xf86-video-radeonhd-devel
parent2c73d8ae52c649d1a802d1092a9c9c4fd10df0f5 (diff)
downloadfreebsd-ports-gnome-49ae37d6eac684775d9ed26f394230c585789df5.tar.gz
freebsd-ports-gnome-49ae37d6eac684775d9ed26f394230c585789df5.tar.zst
freebsd-ports-gnome-49ae37d6eac684775d9ed26f394230c585789df5.zip
Fix build error [1] and cosmetic change.
Pointed out by: QAT [1]
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd-devel')
-rw-r--r--x11-drivers/xf86-video-radeonhd-devel/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-radeonhd-devel/Makefile b/x11-drivers/xf86-video-radeonhd-devel/Makefile
index 450b88ac680b..a184f1ff3aed 100644
--- a/x11-drivers/xf86-video-radeonhd-devel/Makefile
+++ b/x11-drivers/xf86-video-radeonhd-devel/Makefile
@@ -21,7 +21,7 @@ OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off
XORG_CAT= driver
USE_XORG= damageproto videoproto xextproto xf86driproto
-USE_AUTOTOOLS= aclocal:19 autoconf:262
+USE_AUTOTOOLS= aclocal:19 autoconf:262 libtool:15
CONFLICT= xf86-video-radeonhd-[0-9]*
@@ -29,6 +29,7 @@ MAN4= radeonhd.4x
# EXA is usable rather than XAA. DRI is not usable in this time.
CONFIGURE_ARGS= --enable-exa --disable-dri
+ACLOCAL_ARGS= --acdir=${LOCALBASE}/share/aclocal
pre-configure:
cd ${WRKSRC} && ${AUTORECONF} -i
@@ -38,8 +39,8 @@ pre-configure:
.if defined(WITH_UTILS)
LIB_DEPENDS+= pci.2:${PORTSDIR}/devel/libpci
PLIST_SUB= UTILS=""
-CONFIGURE_ENV+= PCIUTILS_CFLAGS="-I${LOCALBASE}/include -lpci -lz" \
- PCIUTILS_LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV+= PCIUTILS_CFLAGS="-I${LOCALBASE}/include" \
+ PCIUTILS_LIBS="-L${LOCALBASE}/lib -lpci -lz"
.else
PLIST_SUB= UTILS="@comment "
.endif