diff options
author | Ken Moore <ken@pcbsd.org> | 2014-09-30 12:38:51 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-09-30 12:38:51 -0400 |
commit | 0a3910ba7cd5e91357377477f517eb6aa14f3703 (patch) | |
tree | 37dc169d1c9f2d90e88678f9d8732fa2b9e72af1 | |
parent | Finish cleaning up the new directory browser in the userbutton. (diff) | |
download | lumina-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).
-rw-r--r-- | port-files/Makefile | 1 |
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 \ |