aboutsummaryrefslogtreecommitdiff
path: root/devel/cvstrac
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-04-07 02:09:39 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-04-07 02:09:39 +0000
commit27362f69c34545cf71360f0c8769ad7d38bdf1f7 (patch)
tree38ba965e3298bdb984435d327989f207cd5d8340 /devel/cvstrac
parenta9600ad07baee40f8265ffd7519f2dd0ab0fd4d1 (diff)
downloadports-27362f69c34545cf71360f0c8769ad7d38bdf1f7.tar.gz
ports-27362f69c34545cf71360f0c8769ad7d38bdf1f7.zip
Notes
Diffstat (limited to 'devel/cvstrac')
-rw-r--r--devel/cvstrac/Makefile4
-rw-r--r--devel/cvstrac/files/patch-Makefile2
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
+#