diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:40:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:40:56 +0000 |
commit | 671144cd90984f2aa697bd56e32212e9d4d4663c (patch) | |
tree | 2818e3f115e7082a0619829afd4dfd176a6c3120 /x11-toolkits | |
parent | f5f0ec5b2ca04829599e54dd994a5140b5d5b71a (diff) | |
download | ports-671144cd90984f2aa697bd56e32212e9d4d4663c.tar.gz ports-671144cd90984f2aa697bd56e32212e9d4d4663c.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/shared-desktop-ontologies/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/swt-devel/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/swt/Makefile | 3 |
4 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index a6822085b6b7..1c11d3eb84cb 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -16,9 +16,9 @@ LIB_DEPENDS= canberra:${PORTSDIR}/audio/libcanberra \ notify:${PORTSDIR}/devel/libnotify \ gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview -USE_GMAKE= yes USE_BZIP2= yes -USE_GNOME= gtk20 libglade2 pkgconfig +USES= gmake pkgconfig +USE_GNOME= gtk20 libglade2 USE_TCL= 84+ USE_LDCONFIG= yes CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR} diff --git a/x11-toolkits/shared-desktop-ontologies/Makefile b/x11-toolkits/shared-desktop-ontologies/Makefile index fc7664b379ba..b7e8ffbea67b 100644 --- a/x11-toolkits/shared-desktop-ontologies/Makefile +++ b/x11-toolkits/shared-desktop-ontologies/Makefile @@ -12,8 +12,7 @@ CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:PATH="libdata/pkgconfig/" INSTALL_TARGET= install USE_BZIP2= yes -USES= cmake -USE_GNOME= pkgconfig +USES= cmake pkgconfig post-patch: @${REINPLACE_CMD} -e 's|share/cmake/SharedDesktopOntologies|lib/cmake/SharedDesktopOntologies|' \ diff --git a/x11-toolkits/swt-devel/Makefile b/x11-toolkits/swt-devel/Makefile index 7526b0b7c5c0..b507b00c22e9 100644 --- a/x11-toolkits/swt-devel/Makefile +++ b/x11-toolkits/swt-devel/Makefile @@ -23,7 +23,8 @@ OUTPUT_JAR= ${PORTNAME}${PKGNAMESUFFIX}.jar USE_ZIP= yes USE_GL= yes -USE_GNOME= gtk20 pkgconfig +USES= pkgconfig +USE_GNOME= gtk20 USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native diff --git a/x11-toolkits/swt/Makefile b/x11-toolkits/swt/Makefile index 5a668ef38a2f..124a78ba0dd8 100644 --- a/x11-toolkits/swt/Makefile +++ b/x11-toolkits/swt/Makefile @@ -24,7 +24,8 @@ OUTPUT_JAR= swt.jar USE_ZIP= yes USE_GL= yes -USE_GNOME= gtk20 pkgconfig +USES= pkgconfig +USE_GNOME= gtk20 USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native |