diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:33:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:33:41 +0000 |
commit | 67fb05f90ea60bd4172bfe9a7a682d7cd5066a76 (patch) | |
tree | 3e8cc275ced4995aca1a89566bcd08f3a2a2672c /palm/synce-librapi2 | |
parent | b9522341aadc99dfced4f5412ee8482f02540abb (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: palm)
Notes
Notes:
svn path=/head/; revision=327760
Diffstat (limited to 'palm/synce-librapi2')
-rw-r--r-- | palm/synce-librapi2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile index 0dade463a536..0cf7ab94f4e1 100644 --- a/palm/synce-librapi2/Makefile +++ b/palm/synce-librapi2/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-librapi2 -# Date created: 14 June 2003 -# Whom: Sam Lawrance <boris@brooknet.com.au> -# +# Created by: Sam Lawrance <boris@brooknet.com.au> # $FreeBSD$ PORTNAME= librapi2 @@ -23,6 +20,7 @@ USES= pathfix iconv pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} --with-libsynce="${LOCALBASE}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(RAPI_SLAVE) && ${RAPI_SLAVE} == "pythonb" |