diff options
author | mi <mi@FreeBSD.org> | 2001-03-19 00:23:53 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-03-19 00:23:53 +0800 |
commit | bf58af96464f9591a8ce304027e40172305e373c (patch) | |
tree | 3dccbc2c5bacd96f4aba3f38ca53ecb15f423bf8 /security/pam-pgsql | |
parent | f8c8c7c4f1425cc3c0d827720d5494153167bdc4 (diff) | |
download | freebsd-ports-gnome-bf58af96464f9591a8ce304027e40172305e373c.tar.gz freebsd-ports-gnome-bf58af96464f9591a8ce304027e40172305e373c.tar.zst freebsd-ports-gnome-bf58af96464f9591a8ce304027e40172305e373c.zip |
Fix the hardcoded prefix path to the ${LOCALBASE}.
Submitted by: vanilla
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/files/Makefile.bsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam-pgsql/files/Makefile.bsd b/security/pam-pgsql/files/Makefile.bsd index 634a5fd3cc67..849bc8782ef7 100644 --- a/security/pam-pgsql/files/Makefile.bsd +++ b/security/pam-pgsql/files/Makefile.bsd @@ -6,7 +6,7 @@ SHLIB_NAME=${LIB}.so LDADD= -lpam -L${LOCALBASE}/pgsql/lib -lpq INCLUDE= -I${LOCALBASE}/pgsql/include -CFLAGS+= -Wall -D_GNU_SOURCE -I/opt/pgsql/include +CFLAGS+= -Wall -D_GNU_SOURCE -I${LOCALBASE}/pgsql/include INTERNALLIB= we don't need no stinking static lib |