devel/pharmacy: fix build with clang

- Fix build with clang, -Wno-return-type
- Add LICENSE (GPLv2)

Approved by:	culot / jpaetzel (mentors, implicit)
This commit is contained in:
William Grzybowski 2013-06-16 11:37:55 +00:00
parent d214b765b1
commit fb999d5b77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321040

View file

@ -10,10 +10,13 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME frontend for CVS
LICENSE= GPLv2
USE_GMAKE= yes
USES= pathfix gettext
USES= pathfix gettext
USE_GNOME= gnomeprefix gnomelibs
GNU_CONFIGURE= yes
CPPFLAGS+= -Wno-return-type
CONFIGURE_ENV+= CPPCFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"