diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 00:29:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 00:29:09 +0000 |
commit | 45cb752a04894d48090981be1a7d2f549f2b684f (patch) | |
tree | ec081b06d4ac1171d90c17f7c227c9b2007dc591 /lang/oo2c | |
parent | 5b72408838c185b3a8f6d14cd522ed27f7fd4ed2 (diff) |
Notes
Diffstat (limited to 'lang/oo2c')
-rw-r--r-- | lang/oo2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 4ce1d66e66f9..32458e81176a 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -17,6 +17,8 @@ BUILD_DEPENDS= xsltproc:textproc/libxslt RUN_DEPENDS= libtool:devel/libtool LIB_DEPENDS= libgc.so:devel/boehm-gc +ONLY_FOR_ARCHS= amd64 i386 + DOCSDIR= lib/${PORTNAME} USES= gmake libtool:build tar:bzip2 GNU_CONFIGURE= yes @@ -26,8 +28,6 @@ USE_GCC= any CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -ONLY_FOR_ARCHS= i386 amd64 ia64 - OPTIONS_DEFINE= DOCS post-patch: |