diff options
Diffstat (limited to 'net/nxproxy/Makefile')
-rw-r--r-- | net/nxproxy/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/nxproxy/Makefile b/net/nxproxy/Makefile index 5203c8d44264..bfb7d4bf47ef 100644 --- a/net/nxproxy/Makefile +++ b/net/nxproxy/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: nxproxy -# Date created: 2010-06-24 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= nxproxy @@ -29,6 +26,7 @@ CXXFLAGS+= -I${LOCALBASE}/include/libpng15 CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" PLIST_FILES= bin/nxproxy bin/setsid +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 |