diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | 270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch) | |
tree | d906a1023121e31d8ba733cea9aaadba68454b16 /x11-toolkits | |
parent | cf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff) | |
download | ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.tar.gz ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkdatabox2/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtkunique/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/libxfce4gui/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/py-wmdockapps/Makefile | 3 |
4 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/gtkdatabox2/Makefile b/x11-toolkits/gtkdatabox2/Makefile index a9d9a75a0478..0a0428db61f1 100644 --- a/x11-toolkits/gtkdatabox2/Makefile +++ b/x11-toolkits/gtkdatabox2/Makefile @@ -16,7 +16,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= leoz.2005@gmail.com COMMENT= A GTK+2 widget to display large amounts of numerical data -USE_X_PREFIX= yes USE_GNOME= gtk20 USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkunique/Makefile b/x11-toolkits/gtkunique/Makefile index f93ae2d6b6aa..59e77b03b867 100644 --- a/x11-toolkits/gtkunique/Makefile +++ b/x11-toolkits/gtkunique/Makefile @@ -20,7 +20,6 @@ USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes USE_GNOME= gtk20 ltverhack USE_LDCONFIG= yes -USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index c08839d44aa0..f3d1efcfa605 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -24,7 +24,6 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= libutil -USE_XLIB= yes OPTIONS= GTKDOC "install the library documentation" off diff --git a/x11-toolkits/py-wmdockapps/Makefile b/x11-toolkits/py-wmdockapps/Makefile index ce1141530b19..80e4d48a9931 100644 --- a/x11-toolkits/py-wmdockapps/Makefile +++ b/x11-toolkits/py-wmdockapps/Makefile @@ -7,6 +7,7 @@ PORTNAME= wmdockapps PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= x11-toolkits python windowmaker MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pywmdockapps @@ -16,10 +17,10 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= lx@FreeBSD.org COMMENT= Tools for making dockapps in Python -USE_XLIB= yes USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pywmdockapps +USE_XORG= x11 xpm xau xext xfixes xi post-patch: ${REINPLACE_CMD} 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/setup.py |