mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Enable full functionality -- mng-writing was disabled.
I thought, I did this already long ago, but... Submitted by: Pav Lucistnik
This commit is contained in:
parent
437b3fb082
commit
b463465cd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85980
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= libmng
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.libmng.com/download/
|
||||
|
@ -8,7 +8,7 @@ SHLIB_MINOR?= 0
|
||||
LOBJS!= ${MAKE} -f ${.CURDIR}/Makefile.in -V libmng_la_OBJECTS
|
||||
SRCS= ${LOBJS:.lo=.c}
|
||||
|
||||
CFLAGS+= -I${INCDIR} -DMNG_FULL_CMS
|
||||
CFLAGS+= -I${INCDIR} -DMNG_FULL_CMS -DMNG_BUILD_SO
|
||||
|
||||
INCS= libmng.h libmng_conf.h libmng_types.h
|
||||
INCSDIR= ${LOCALBASE}/include
|
||||
|
Loading…
Reference in New Issue
Block a user