diff options
Diffstat (limited to 'net/ser/Makefile')
-rw-r--r-- | net/ser/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ser/Makefile b/net/ser/Makefile index cf848f191352..eb3ed6ad0fee 100644 --- a/net/ser/Makefile +++ b/net/ser/Makefile @@ -7,7 +7,7 @@ PORTNAME= ser PORTVERSION= 0.9.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://download.berlios.de/ser/ \ http://download2.berlios.de/ser/ @@ -19,6 +19,7 @@ COMMENT= A very fast and configurable SIP proxy WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes +USE_RC_SUBR= ser CFLAGS+= -I${LOCALBASE}/include MAKE_ENV+= "LDFLAGS=-L${LOCALBASE}/lib" |