diff options
author | pav <pav@FreeBSD.org> | 2007-02-13 08:16:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-13 08:16:29 +0800 |
commit | e03c6d722481f6f7ccee2da2c2def819dad553a5 (patch) | |
tree | 42c24cd1a7707170111dcbac87514de8975bf4ee /net/pppload/Makefile | |
parent | cf9bf9c623b407a743c1d6efdd81a619a5c0e2c9 (diff) | |
download | freebsd-ports-gnome-e03c6d722481f6f7ccee2da2c2def819dad553a5.tar.gz freebsd-ports-gnome-e03c6d722481f6f7ccee2da2c2def819dad553a5.tar.zst freebsd-ports-gnome-e03c6d722481f6f7ccee2da2c2def819dad553a5.zip |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
Diffstat (limited to 'net/pppload/Makefile')
-rw-r--r-- | net/pppload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pppload/Makefile b/net/pppload/Makefile index ca3f73daa218..4e283c829b2c 100644 --- a/net/pppload/Makefile +++ b/net/pppload/Makefile @@ -17,7 +17,7 @@ COMMENT= Display the current throughput of a network device in a window USE_QT_VER= 3 USE_GMAKE= yes -MAKE_ENV= QTDIR=${X11BASE} PTHREAD_LIBS=${PTHREAD_LIBS} +MAKE_ENV= QT_PREFIX="${QT_PREFIX}" PTHREAD_LIBS="${PTHREAD_LIBS}" MAN1= pppload.1 PLIST_FILES= bin/pppload |