diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-02-07 01:44:42 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-02-07 01:44:42 +0000 |
commit | eb0848769e4bbce8ff824655885ecf21185c5647 (patch) | |
tree | fba5515f6209711d0299f0b2ce7c636d0ea3c99f /devel/distorm/Makefile | |
parent | 6897fe6d9cae5da933f24c0307ec1d8a8edbd9b0 (diff) | |
download | ports-eb0848769e4bbce8ff824655885ecf21185c5647.tar.gz ports-eb0848769e4bbce8ff824655885ecf21185c5647.zip |
Notes
Diffstat (limited to 'devel/distorm/Makefile')
-rw-r--r-- | devel/distorm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/distorm/Makefile b/devel/distorm/Makefile index 2dc0d1503fee..3b3c5da2b0c1 100644 --- a/devel/distorm/Makefile +++ b/devel/distorm/Makefile @@ -7,6 +7,7 @@ PORTNAME?= distorm DISTVERSION= 20110707-r193 +PORTREVISION?= 1 CATEGORIES= devel .if defined(PYTHON_SLAVEPORT) CATEGORIES+= python @@ -60,14 +61,11 @@ PLIST_FILES= bin/disasm \ .include <bsd.port.pre.mk> -.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +.if ${ARCH} == "sparc64" PICFLAG?= -fPIC .else PICFLAG?= -fpic .endif -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif .if defined(PYTHON_SLAVEPORT) post-extract: |