diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:47:52 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:47:52 +0800 |
commit | bbb9193e7a82925fa0616cd54942de5e6369040e (patch) | |
tree | 4a30e06ca8f2e59178255b5e137b45f7c08aca95 | |
parent | 33247f8627dc97a08c73196f8baf13f76c3ebee0 (diff) | |
download | marcuscom-ports-bbb9193e7a82925fa0616cd54942de5e6369040e.tar.gz marcuscom-ports-bbb9193e7a82925fa0616cd54942de5e6369040e.tar.zst marcuscom-ports-bbb9193e7a82925fa0616cd54942de5e6369040e.zip |
Change to pkgconfig both.
Submitted by: mezz
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17272 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gnome-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index e699c9b1d..a2dd1aa79 100644 --- a/devel/gnome-common/Makefile +++ b/devel/gnome-common/Makefile @@ -13,7 +13,7 @@ COMMENT= Common automake macros for GNOME 2 and GNOME 3 USE_XZ= yes USE_GMAKE= yes -USE_PKGCONFIG= build +USE_PKGCONFIG= both GNU_CONFIGURE= yes .include <bsd.port.mk> |