summaryrefslogtreecommitdiff
path: root/net/pppload/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-13 23:53:28 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-13 23:53:28 +0000
commitd69d6ab19a7966ce7b12ff4dee1165b6a8288821 (patch)
tree5006394fe4ff00c1b0dfa65636aa9266e6b996bd /net/pppload/Makefile
parentUnbreak for current. (diff)
Mark BROKEN for ElF:
g++ pppload.o PPPStats.o MainWindow.o Options.o mPPPStats.o mMainWindow.o -o ppp load -L/usr/X11R6/lib -lqt /usr/libexec/elf/ld: warning: libX11.so.6, needed by /usr/X11R6/lib/libqt.so, no t found (try using --rpath) /usr/X11R6/lib/libqt.so: undefined reference to `XFreePixmap' /usr/X11R6/lib/libqt.so: undefined reference to `XSetInputFocus'
Notes
Notes: svn path=/head/; revision=13968
Diffstat (limited to '')
-rw-r--r--net/pppload/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pppload/Makefile b/net/pppload/Makefile
index 09268df64b9a..d3d4522fbbb0 100644
--- a/net/pppload/Makefile
+++ b/net/pppload/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 January 1998
# Whom: Sean Cole <scole@aracnet.com>
#
-# $Id: Makefile,v 1.5 1998/08/07 23:56:43 asami Exp $
+# $Id: Makefile,v 1.6 1998/08/12 06:29:33 asami Exp $
#
DISTNAME= pppload-1.0
@@ -12,6 +12,8 @@ MASTER_SITES= http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/
MAINTAINER= ports@FreeBSD.ORG
+BROKEN_ELF= yes
+
USE_QT= yes
USE_GMAKE= yes