diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-01-17 16:25:52 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-01-17 16:25:52 +0000 |
commit | 33435d026d71042ec86062a30186b8db13c9af10 (patch) | |
tree | 3c8758a649de158a05db4c4ef35a7df3d16faffe /databases/pgrouting | |
parent | adb772280658238005910fb1adcef13963e52b6c (diff) |
- Remove FETCH_ARGS, "-Fpr" is the default parameter.
Reported by: jgh
Notes
Notes:
svn path=/head/; revision=340067
Diffstat (limited to 'databases/pgrouting')
-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 |