diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-12-26 02:22:27 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-12-26 02:22:27 +0000 |
commit | 1deec931c9ad726b6e1aa14bc6f2237a1ba54a59 (patch) | |
tree | 90c527e06c38157bd96b93b3fdd536a7bb359923 | |
parent | - gotoblas has not been restricted for a long time now. (diff) |
- Get ready for upcoming X11BASE removal
- While here remove useless portepoch
- Pet portlint
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=288027
-rw-r--r-- | devel/talloc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index 7c68ec826484..3f54d8c38910 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -7,8 +7,6 @@ PORTNAME= talloc PORTVERSION= 2.0.7 -PORTREVISION= 0 -PORTEPOCH= 0 CATEGORIES= devel MASTER_SITES= ftp://ftp.samba.org/pub/%SUBDIR%/ \ ftp://ca.samba.org/pub/%SUBDIR%/ \ @@ -18,6 +16,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= timur@FreeBSD.org COMMENT= Hierarchical pool based memory allocator +LICENSE= LGPL3 + CONFLICTS= samba33-3.* USE_PYTHON_BUILD= yes @@ -28,7 +28,6 @@ CONFIGURE_SCRIPT= ${WAF_TOOL} configure CONFIGURE_LOG= bin/config.log USE_GNOME= pkgconfig -LICENSE= LGPL3 MAKE_JOBS_SAFE= yes PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig @@ -47,7 +46,7 @@ PLIST_FILES= include/talloc.h \ CONFIGURE_ENV+= XSLTPROC="/usr/bin/true" CONFIGURE_ENV+= NOCOLOR=yes -MAKE_ENV+= NOCOLOR=yes +MAKE_ENV+= NOCOLOR=yes X11BASE=${LOCALBASE} CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man |