diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-07 10:09:39 +0800 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-07 10:09:39 +0800 |
commit | 27362f69c34545cf71360f0c8769ad7d38bdf1f7 (patch) | |
tree | 38ba965e3298bdb984435d327989f207cd5d8340 /devel/cvstrac | |
parent | a9600ad07baee40f8265ffd7519f2dd0ab0fd4d1 (diff) | |
download | freebsd-ports-gnome-27362f69c34545cf71360f0c8769ad7d38bdf1f7.tar.gz freebsd-ports-gnome-27362f69c34545cf71360f0c8769ad7d38bdf1f7.tar.zst freebsd-ports-gnome-27362f69c34545cf71360f0c8769ad7d38bdf1f7.zip |
- Use pkg-config to determine if sqlite3 are compiled with threads
- Add USE_GNOME=pkgconfig
- portlint(1)
Reported by: pav
Diffstat (limited to 'devel/cvstrac')
-rw-r--r-- | devel/cvstrac/Makefile | 4 | ||||
-rw-r--r-- | devel/cvstrac/files/patch-Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvstrac/Makefile b/devel/cvstrac/Makefile index 121e832bcdf9..f1dc2bf5919a 100644 --- a/devel/cvstrac/Makefile +++ b/devel/cvstrac/Makefile @@ -11,12 +11,12 @@ CATEGORIES= devel MASTER_SITES= http://www.cvstrac.org/ DISTNAME= ${PORTNAME}-${PORTVERSION} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Web-Based Bug And Patch-Set Tracking System For CVS +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_SQLITE= yes - +USE_GNOME= pkgconfig USE_GMAKE= yes MAKE_ARGS= SRCDIR=${WRKSRC} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} diff --git a/devel/cvstrac/files/patch-Makefile b/devel/cvstrac/files/patch-Makefile index 860af30ceb9f..1e40f2f7ab18 100644 --- a/devel/cvstrac/files/patch-Makefile +++ b/devel/cvstrac/files/patch-Makefile @@ -25,7 +25,7 @@ + +#### Extra arguments for linking against SQLite +# -+LIBSQLITE = -L$(LOCALBASE)/lib -lsqlite3 -lcrypt ++LIBSQLITE = -L$(LOCALBASE)/lib `pkg-config --static --libs sqlite3` -lcrypt + +#### Installation directory +# |