aboutsummaryrefslogtreecommitdiff
path: root/port-files/Makefile
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-09-30 12:38:51 -0400
committerKen Moore <ken@pcbsd.org>2014-09-30 12:38:51 -0400
commit0a3910ba7cd5e91357377477f517eb6aa14f3703 (patch)
tree37dc169d1c9f2d90e88678f9d8732fa2b9e72af1 /port-files/Makefile
parentFinish cleaning up the new directory browser in the userbutton. (diff)
downloadlumina-0a3910ba7cd5e91357377477f517eb6aa14f3703.tar.gz
lumina-0a3910ba7cd5e91357377477f517eb6aa14f3703.tar.bz2
lumina-0a3910ba7cd5e91357377477f517eb6aa14f3703.zip
Remove the "ONLY_FOR_ARCHS=" line in the makefile for Lumina: there is nothing specific to 64-bit systems (probably just a relic from using the PC-BSD ports as the template).
Diffstat (limited to 'port-files/Makefile')
-rw-r--r--port-files/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index cafd2cf9..249d4009 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -28,7 +28,6 @@ LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtso
libjpeg.so:${PORTSDIR}/graphics/jpeg
MAKE_JOBS_UNSAFE=yes
-ONLY_FOR_ARCHS= amd64
USE_XORG= x11 xcomposite xdamage xrender
USE_LDCONFIG= yes
USE_QT4= corelib gui network svg linguist phonon \
bgstack15