diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-05 22:32:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-05 22:32:41 +0000 |
commit | 17bb757c44b11df92d16b0c6f49c1a2ffedb9f02 (patch) | |
tree | 65c6dd5cb0e69fdcf8a81880343cb951f90a9427 /ftp | |
parent | 781700807dc641950afea6ac524728a2d96c52c5 (diff) | |
download | ports-17bb757c44b11df92d16b0c6f49c1a2ffedb9f02.tar.gz ports-17bb757c44b11df92d16b0c6f49c1a2ffedb9f02.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pureadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile index a0a0f89e6d9a..0fbc66a26bb8 100644 --- a/ftp/pureadmin/Makefile +++ b/ftp/pureadmin/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -lm ${PTHREAD_LIBS} PORTDOCS= index.txt introduction.txt main_window.txt \ preferences.txt user_manager.txt |