diff options
author | pav <pav@FreeBSD.org> | 2012-01-27 04:12:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-01-27 04:12:37 +0800 |
commit | 2a4113ba8b9262532fc429bdbeb912438381bbf9 (patch) | |
tree | 3c2cac380ce9616253683342233dd5da6202b350 /lang | |
parent | ccea4fc2ab12fc3526111fecf577e56795be28b1 (diff) | |
download | freebsd-ports-gnome-2a4113ba8b9262532fc429bdbeb912438381bbf9.tar.gz freebsd-ports-gnome-2a4113ba8b9262532fc429bdbeb912438381bbf9.tar.zst freebsd-ports-gnome-2a4113ba8b9262532fc429bdbeb912438381bbf9.zip |
- Provide pkgconfig and ldconfig for potential consumers
- Drop USE_GCC line from bsd.pure.mk, downstream ports need to be able to
override USE_GCC value
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pure/Makefile | 4 | ||||
-rw-r--r-- | lang/pure/bsd.pure.mk | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile index 70291bcf5eac..3becdd31688c 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -7,6 +7,7 @@ PORTNAME= pure PORTVERSION= 0.51 +PORTREVISION= 1 CATEGORIES= lang DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-docs-${PORTVERSION}.tar.gz @@ -25,8 +26,9 @@ SUB_FILES= pkg-message USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig USE_PURE= yes +USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --enable-release diff --git a/lang/pure/bsd.pure.mk b/lang/pure/bsd.pure.mk index ac492d2aa65e..be2f154fb186 100644 --- a/lang/pure/bsd.pure.mk +++ b/lang/pure/bsd.pure.mk @@ -23,7 +23,6 @@ MASTER_SITES?= http://pure-lang.googlecode.com/files/ DIST_SUBDIR= pure USE_GMAKE= yes -USE_GCC= 4.2+ _PURE_audio_cat= audio _PURE_csv_cat= textproc |