diff options
author | danilo <danilo@FreeBSD.org> | 2014-01-18 00:25:52 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-01-18 00:25:52 +0800 |
commit | 836e27b582ceadbbca774abfe830b2dbb2f601bb (patch) | |
tree | 3c8758a649de158a05db4c4ef35a7df3d16faffe /databases | |
parent | 5a3b23379b05a991d4acc0d0fd2b78b88cd052c4 (diff) | |
download | freebsd-ports-gnome-836e27b582ceadbbca774abfe830b2dbb2f601bb.tar.gz freebsd-ports-gnome-836e27b582ceadbbca774abfe830b2dbb2f601bb.tar.zst freebsd-ports-gnome-836e27b582ceadbbca774abfe830b2dbb2f601bb.zip |
- Remove FETCH_ARGS, "-Fpr" is the default parameter.
Reported by: jgh
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgrouting/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/pgrouting/Makefile b/databases/pgrouting/Makefile index 8c8dc14b554f..aba4f3211b73 100644 --- a/databases/pgrouting/Makefile +++ b/databases/pgrouting/Makefile @@ -21,8 +21,6 @@ USES= cmake pkgconfig USE_PGSQL= yes USE_LDCONFIG= yes -FETCH_ARGS= -Fpr - CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |