diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-06 05:02:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-06 05:02:35 +0800 |
commit | 43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356 (patch) | |
tree | bd2c448bb40aee1875a6c90d15fc48f1ff018baa /sysutils | |
parent | 393ef9f6d601cf7342022d5260c0851acf48485e (diff) | |
download | freebsd-ports-gnome-43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356.tar.gz freebsd-ports-gnome-43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356.tar.zst freebsd-ports-gnome-43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sjog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/sjog/Makefile b/sysutils/sjog/Makefile index f95785f1569f..d7afbd453472 100644 --- a/sysutils/sjog/Makefile +++ b/sysutils/sjog/Makefile @@ -17,7 +17,7 @@ COMMENT= Userland daemon for Sony Vaio Jog Dial ONLY_FOR_ARCHS= i386 USE_AUTOMAKE= yes GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOME= gtk12 USE_GMAKE= yes .include <bsd.port.mk> |