diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-30 13:09:22 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-30 13:09:22 +0800 |
commit | 0e5174fdaa608a2b4f6632715d31dad78b567421 (patch) | |
tree | 1875d876d7842e5dd2477ae700fda53b52699917 /comms/gsmlib | |
parent | e3361a628cb26d243b352eb13cf89a2e1438fb5f (diff) | |
download | freebsd-ports-gnome-0e5174fdaa608a2b4f6632715d31dad78b567421.tar.gz freebsd-ports-gnome-0e5174fdaa608a2b4f6632715d31dad78b567421.tar.zst freebsd-ports-gnome-0e5174fdaa608a2b4f6632715d31dad78b567421.zip |
- Perform general cleanup:
- remove sole DOCS option
- USE_GMAKE -> USES=gmake
- fix comment
Diffstat (limited to 'comms/gsmlib')
-rw-r--r-- | comms/gsmlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 909ce85de0b2..122ff5660219 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -11,10 +11,10 @@ MASTER_SITES= DEBIAN DISTFILES= gsmlib_1.10.orig.tar.gz MAINTAINER= ports@FreeBSD.org -COMMENT= A library to access GSM mobile phones through GSM modems +COMMENT= Library to access GSM mobile phones through GSM modems USE_GNOME= lthack -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |