diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /net/rsplib | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'net/rsplib')
-rw-r--r-- | net/rsplib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/rsplib/Makefile b/net/rsplib/Makefile index 88aa64a5cdbf..8ac40145b98f 100644 --- a/net/rsplib/Makefile +++ b/net/rsplib/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= http://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Reliable MAINTAINER= dreibh@iem.uni-due.de COMMENT= RSerPool Framework and Example Applications -USE_QT_VER= 4 -QT_COMPONENTS= gui xml moc_build +USE_QT4= gui xml moc_build USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode \ |