diff options
author | zeising <zeising@FreeBSD.org> | 2012-07-26 18:43:38 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2012-07-26 18:43:38 +0800 |
commit | a20736feebe4bc77942b8ee7d47995084198a0c7 (patch) | |
tree | c5cb64109b718da2b52376fca90f41a3dc1a8ea6 /cad | |
parent | ea6b828be1e03ee97f454ff2ac9f5a77fe33d686 (diff) | |
download | freebsd-ports-gnome-a20736feebe4bc77942b8ee7d47995084198a0c7.tar.gz freebsd-ports-gnome-a20736feebe4bc77942b8ee7d47995084198a0c7.tar.zst freebsd-ports-gnome-a20736feebe4bc77942b8ee7d47995084198a0c7.zip |
Use the new PKG_CONFIG macro.
Approved by: miwi (mentor)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gtkwave3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/gtkwave3/Makefile b/cad/gtkwave3/Makefile index 6728703eb3ca..734bf11fafd5 100644 --- a/cad/gtkwave3/Makefile +++ b/cad/gtkwave3/Makefile @@ -17,6 +17,7 @@ COMMENT= Electronic Waveform Viewer GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 desktopfileutils +USE_PKGCONFIG= build INSTALLS_ICONS= yes OPTIONS_DEFINE= TCL |