aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qscintilla
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-23 16:44:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-23 16:44:09 +0000
commit5afc678aac11dcb929706121d1fec2707a1e8e54 (patch)
tree89d39d526223ba8929324fc0ca33a08f06f5f7ae /x11-toolkits/qscintilla
parentdd9602c2a3e0aa86e76d2db30cf6349888702517 (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209636
Diffstat (limited to 'x11-toolkits/qscintilla')
-rw-r--r--x11-toolkits/qscintilla/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/qscintilla/Makefile b/x11-toolkits/qscintilla/Makefile
index 20a69b57ecde..5b4f8dea4d5d 100644
--- a/x11-toolkits/qscintilla/Makefile
+++ b/x11-toolkits/qscintilla/Makefile
@@ -6,7 +6,7 @@
PORTNAME= qscintilla
PORTVERSION= 1.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.riverbankcomputing.com/Downloads/QScintilla1/ \
http://freebsd.ricin.com/ports/distfiles/
@@ -17,7 +17,6 @@ COMMENT= QT port of the Scintilla C++ editor class
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-USE_X_PREFIX= yes
USE_QT_VER= 3
MAKE_ENV= QTDIR="${QT_PREFIX}"
USE_LDCONFIG= yes