diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2002-03-26 18:16:09 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2002-03-26 18:16:09 +0800 |
commit | 1f2edaf5e7b2a762fdd73a5c0c21af99fc15e68b (patch) | |
tree | f988f466741d9f4809fc80ddf705e262a1a9cac9 /www/pgdriver | |
parent | cb209a1a270b893b6ccaa2591c8596b059a20805 (diff) | |
download | freebsd-ports-gnome-1f2edaf5e7b2a762fdd73a5c0c21af99fc15e68b.tar.gz freebsd-ports-gnome-1f2edaf5e7b2a762fdd73a5c0c21af99fc15e68b.tar.zst freebsd-ports-gnome-1f2edaf5e7b2a762fdd73a5c0c21af99fc15e68b.zip |
Unbreak build.
Diffstat (limited to 'www/pgdriver')
-rw-r--r-- | www/pgdriver/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pgdriver/files/patch-aa b/www/pgdriver/files/patch-aa index 702f51fb22a8..541a9a266f20 100644 --- a/www/pgdriver/files/patch-aa +++ b/www/pgdriver/files/patch-aa @@ -13,7 +13,7 @@ # Location of the PostgreSQL includes -PGINC=/usr/local/pgsql/include -+PGINC=${PREFIX}/include/pgsql ++PGINC=${PREFIX}/include # Location of the AOLserver files (normally the ~nsadmin directory): #NSHOME=/opt/aolserver |