diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-09-06 05:28:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-09-06 05:28:49 +0000 |
commit | ea9033674d9681003ab7f64cab918500b3ecf2eb (patch) | |
tree | 755491c9a2f01c06ed96df901f8b39288972f5df /x11-toolkits | |
parent | 7ac87c14600b85d18dab1b56fe6249a5323678cd (diff) | |
download | ports-ea9033674d9681003ab7f64cab918500b3ecf2eb.tar.gz ports-ea9033674d9681003ab7f64cab918500b3ecf2eb.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ruby-goocanvas/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/ruby-gstreamer/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/ruby-gtk2/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/ruby-gtksourceview2/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/ruby-pango/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/ruby-poppler/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/ruby-vte/Makefile | 5 |
7 files changed, 28 insertions, 7 deletions
diff --git a/x11-toolkits/ruby-goocanvas/Makefile b/x11-toolkits/ruby-goocanvas/Makefile index 9d3b46e8f1d5..c80bd11ecac3 100644 --- a/x11-toolkits/ruby-goocanvas/Makefile +++ b/x11-toolkits/ruby-goocanvas/Makefile @@ -27,8 +27,11 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig -.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" +MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 +PKGDIR= ${.CURDIR} +.include "${MASTERDIR}/Makefile.common" + WRKSRC= ${RUBY_GNOME_WRKSRC}/goocanvas INSTALL_TARGET= site-install install diff --git a/x11-toolkits/ruby-gstreamer/Makefile b/x11-toolkits/ruby-gstreamer/Makefile index ee36967d7081..6a0f7e3c61d2 100644 --- a/x11-toolkits/ruby-gstreamer/Makefile +++ b/x11-toolkits/ruby-gstreamer/Makefile @@ -27,8 +27,11 @@ USE_GSTREAMER= yes USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig -.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" +MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 +PKGDIR= ${.CURDIR} +.include "${MASTERDIR}/Makefile.common" + WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} INSTALL_TARGET= site-install install diff --git a/x11-toolkits/ruby-gtk2/Makefile b/x11-toolkits/ruby-gtk2/Makefile index 25f5ffb2d655..ffc77b318c70 100644 --- a/x11-toolkits/ruby-gtk2/Makefile +++ b/x11-toolkits/ruby-gtk2/Makefile @@ -29,8 +29,11 @@ USE_GNOME= gtk20 USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig -.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" +MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 +PKGDIR= ${.CURDIR} +.include "${MASTERDIR}/Makefile.common" + WRKSRC= ${RUBY_GNOME_WRKSRC}/gtk2 INSTALL_TARGET= site-install install diff --git a/x11-toolkits/ruby-gtksourceview2/Makefile b/x11-toolkits/ruby-gtksourceview2/Makefile index 03cdd251f56e..50b37b779dfc 100644 --- a/x11-toolkits/ruby-gtksourceview2/Makefile +++ b/x11-toolkits/ruby-gtksourceview2/Makefile @@ -25,7 +25,10 @@ USE_GNOME= gtksourceview2 USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig -.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" +MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 +PKGDIR= ${.CURDIR} + +.include "${MASTERDIR}/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/gtksourceview2 INSTALL_TARGET= site-install install diff --git a/x11-toolkits/ruby-pango/Makefile b/x11-toolkits/ruby-pango/Makefile index 5958c47cec03..053f9b58ae7e 100644 --- a/x11-toolkits/ruby-pango/Makefile +++ b/x11-toolkits/ruby-pango/Makefile @@ -29,8 +29,11 @@ USE_GNOME= pango USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig -.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" +MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 +PKGDIR= ${.CURDIR} +.include "${MASTERDIR}/Makefile.common" + WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} INSTALL_TARGET= site-install install diff --git a/x11-toolkits/ruby-poppler/Makefile b/x11-toolkits/ruby-poppler/Makefile index e04d765b2512..0a4a6b1ee7a2 100644 --- a/x11-toolkits/ruby-poppler/Makefile +++ b/x11-toolkits/ruby-poppler/Makefile @@ -25,7 +25,10 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig -.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" +MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 +PKGDIR= ${.CURDIR} + +.include "${MASTERDIR}/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} INSTALL_TARGET= site-install install diff --git a/x11-toolkits/ruby-vte/Makefile b/x11-toolkits/ruby-vte/Makefile index 6c176ab21349..daa689fe91eb 100644 --- a/x11-toolkits/ruby-vte/Makefile +++ b/x11-toolkits/ruby-vte/Makefile @@ -25,7 +25,10 @@ USE_GNOME= vte USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig -.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" +MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 +PKGDIR= ${.CURDIR} + +.include "${MASTERDIR}/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} INSTALL_TARGET= site-install install |