diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-15 17:07:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-15 17:07:19 +0000 |
commit | 31619d7158783dacb8993b3301edd5e8da5e88ea (patch) | |
tree | 21582c28a3e9ad925b7f6cee794e66bde89d474b /ftp/IglooFTP | |
parent | c0de6bd4989e13a1d71a08be6f5a6e4aa9612898 (diff) |
Use GTK_CONFIG properly; add WWW.
PR: 19924
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=30663
Diffstat (limited to 'ftp/IglooFTP')
-rw-r--r-- | ftp/IglooFTP/files/patch-ab | 2 | ||||
-rw-r--r-- | ftp/IglooFTP/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ftp/IglooFTP/files/patch-ab b/ftp/IglooFTP/files/patch-ab index 4f00433a8c8f..d80b3a665b5f 100644 --- a/ftp/IglooFTP/files/patch-ab +++ b/ftp/IglooFTP/files/patch-ab @@ -50,7 +50,7 @@ @echo "#define COMPILE_BY \"`whoami`\"" >> version.h @echo "#define COMPILE_HOST \"`hostname`\"" >> version.h - @echo "#define GTK_VERSION \"GTK+ `gtk-config --version`\"" >> version.h -+ @echo "#define GTK_VERSION \"GTK+ `gtk12-config --version`\"" >> version.h ++ @echo "#define GTK_VERSION \"GTK+ `$(GTK_CONFIG) --version`\"" >> version.h @echo "#define CC_VERSION \"`$(CC) -v 2>&1 | tail -1`\"">>version.h @echo "#define CODE_LINES \"`cat *.c *.h | grep -ch -e \"[[:alpha:]|[:punct:]]\"`\"">>version.h diff --git a/ftp/IglooFTP/pkg-descr b/ftp/IglooFTP/pkg-descr index 45c956902dd9..ab24035e20ca 100644 --- a/ftp/IglooFTP/pkg-descr +++ b/ftp/IglooFTP/pkg-descr @@ -15,3 +15,5 @@ symbolic links, support of passive and non-passive data connection, possibility to show / hide hidden file, anti-idle tool, DND support, firewall support, own Netscape mini-toolbar and a great appearance. + +WWW: http://www.littleigloo.org/iglooftp.php3 |