diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-24 18:40:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-24 18:40:51 +0800 |
commit | 776036c62d5d1e97bf75a2f86c47876b44422e2c (patch) | |
tree | 9603e46487ce2688ba458796fdd4c771374925e8 /x11-toolkits | |
parent | 2d12817d10d528b5b82e0df7e2fc509f3be1e67f (diff) | |
download | marcuscom-ports-776036c62d5d1e97bf75a2f86c47876b44422e2c.tar.gz marcuscom-ports-776036c62d5d1e97bf75a2f86c47876b44422e2c.tar.zst marcuscom-ports-776036c62d5d1e97bf75a2f86c47876b44422e2c.zip |
Add pkgconfig.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18695 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vte/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/vte3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 0ad4d5bc8..74ec97bba 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -19,7 +19,7 @@ NO_STAGE= yes RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper -USES= bison gettext gmake pathfix +USES= bison gettext gmake pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME?= gnomeprefix gtk20 ltverhack referencehack diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index 2a9c44757..ef7e8fe05 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gno .endif LATEST_LINK?= vte3 -USES= bison gettext gmake pathfix +USES= bison gettext gmake pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME?= gnomeprefix gtk30 ltverhack referencehack introspection:build |